summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-25 01:03:44 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-25 01:03:44 +0000
commit64a32682ffd784fd8874f48259f12f7be990f392 (patch)
treedd8766156c6e17686d407d0d0bd2dd961edb34bd /mk
parent61290c70ad83078db306994841e46b3f1e58eeda (diff)
downloadpkgsrc-64a32682ffd784fd8874f48259f12f7be990f392.tar.gz
Rename internal package-clean target to package-eat-cookie.
Diffstat (limited to 'mk')
-rw-r--r--mk/install/install.mk4
-rw-r--r--mk/package/bsd.package.mk10
2 files changed, 7 insertions, 7 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk
index 978ee07df66..fd14d25baf4 100644
--- a/mk/install/install.mk
+++ b/mk/install/install.mk
@@ -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 @@ privileged-install-hook: .PHONY
### 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 --git a/mk/package/bsd.package.mk b/mk/package/bsd.package.mk
index eabd61bf16a..d1c68327081 100644
--- a/mk/package/bsd.package.mk
+++ b/mk/package/bsd.package.mk
@@ -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 @@ _COOKIE.package= ${WRKDIR}/.package_done
###
.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}