pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Rename internal package-clean target to package-eat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a84c18a626b8
branches:  trunk
changeset: 572379:a84c18a626b8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 25 01:03:44 2010 +0000

description:
Rename internal package-clean target to package-eat-cookie.

diffstat:

 mk/install/install.mk     |   4 ++--
 mk/package/bsd.package.mk |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r d0d173b75d40 -r a84c18a626b8 mk/install/install.mk
--- a/mk/install/install.mk     Wed Feb 24 23:25:02 2010 +0000
+++ b/mk/install/install.mk     Thu Feb 25 01:03:44 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.58 2010/02/24 22:53:34 joerg Exp $
+# $NetBSD: install.mk,v 1.59 2010/02/25 01:03:44 joerg Exp $
 #
 # This file provides the code for the "install" phase.
 #
@@ -388,5 +388,5 @@
 ### install-clean removes the state files for the "install" and
 ### later phases so that the "install" target may be re-invoked.
 ###
-install-clean: .PHONY package-clean check-clean _flavor-install-clean
+install-clean: .PHONY package-eat-cookie check-clean _flavor-install-clean
        ${RUN} ${RM} -f ${PLIST} ${_COOKIE.install} ${_DEPENDS_PLIST}
diff -r d0d173b75d40 -r a84c18a626b8 mk/package/bsd.package.mk
--- a/mk/package/bsd.package.mk Wed Feb 24 23:25:02 2010 +0000
+++ b/mk/package/bsd.package.mk Thu Feb 25 01:03:44 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.package.mk,v 1.12 2009/04/09 00:51:23 joerg Exp $
+# $NetBSD: bsd.package.mk,v 1.13 2010/02/25 01:03:44 joerg Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # variables and targets related to binary packages.
@@ -24,14 +24,14 @@
 ###
 .PHONY: repackage
 .if !target(repackage)
-repackage: package-clean package
+repackage: package-eat-cookie package
 .endif
 
 ######################################################################
-### package-clean (PRIVATE)
+### package-eat-cookie (PRIVATE)
 ######################################################################
-### package-clean removes the state files associated with the "package"
+### package-eat-cookie removes the state files associated with the "package"
 ### phase so that the "package" target may be re-invoked.
 ###
-package-clean:
+package-eat-cookie:
        ${RUN} ${RM} -f ${_COOKIE.package}



Home | Main Index | Thread Index | Old Index