pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc make PKGDB target .PHONY, so it is always rebuilt



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8728d4b73ea
branches:  trunk
changeset: 469746:c8728d4b73ea
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Feb 28 06:04:13 2004 +0000

description:
make PKGDB target .PHONY, so it is always rebuilt

diffstat:

 Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 546dac4ed63b -r c8728d4b73ea Makefile
--- a/Makefile  Sat Feb 28 06:03:22 2004 +0000
+++ b/Makefile  Sat Feb 28 06:04:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2004/02/28 06:03:22 grant Exp $
+# $NetBSD: Makefile,v 1.63 2004/02/28 06:04:13 grant Exp $
 #
 
 .include "mk/bsd.prefs.mk"
@@ -103,6 +103,7 @@
 _PKGSRCDIR=${.CURDIR}
 .endif
 
+.PHONY: ${.CURDIR}/PKGDB
 ${.CURDIR}/PKGDB:
        @${RM} -f ${.CURDIR}/PKGDB
        @${ECHO_MSG} "Extracting complete dependency database.  This may take a while..."



Home | Main Index | Thread Index | Old Index