pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/install Remove bootstrap-register, bootstrap was ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f91038c8f55
branches:  trunk
changeset: 532247:4f91038c8f55
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 14 23:59:25 2007 +0000

description:
Remove bootstrap-register, bootstrap was changed a while ago to use
normal building and installation.

diffstat:

 mk/install/install.mk |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (22 lines):

diff -r ad23f2641fda -r 4f91038c8f55 mk/install/install.mk
--- a/mk/install/install.mk     Tue Aug 14 23:58:24 2007 +0000
+++ b/mk/install/install.mk     Tue Aug 14 23:59:25 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.45 2007/08/14 23:58:24 joerg Exp $
+# $NetBSD: install.mk,v 1.46 2007/08/14 23:59:25 joerg Exp $
 #
 # This file provides the code for the "install" phase.
 #
@@ -336,12 +336,3 @@
 ###
 install-clean: .PHONY package-clean check-clean _flavor-install-clean
        ${RUN} ${RM} -f ${PLIST} ${_COOKIE.install} ${_DEPENDS_PLIST}
-
-######################################################################
-### bootstrap-register (PUBLIC)
-######################################################################
-### bootstrap-register registers "bootstrap" packages that are installed
-### by the pkgsrc/bootstrap/bootstrap script.
-###
-bootstrap-register: .PHONY _flavor-register clean
-       @${DO_NADA}



Home | Main Index | Thread Index | Old Index