pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/depends While investigating xtraeme's bug report ab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beab00023cea
branches:  trunk
changeset: 529008:beab00023cea
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue May 22 19:04:24 2007 +0000

description:
While investigating xtraeme's bug report about duplicate running of the
dependency installation, it occured to me that "make depends" doesn't
run the bootstrap-depends target correctly anymore. A deeper analysis
didn't show why it happened to work as it is only requested explicitly
by fetch. It wasn't an issue as all bootstrap dependencies were checked
again before, but fix this correctly by listening as dependency of
depends as well.

diffstat:

 mk/depends/depends.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ffed48fd9dc4 -r beab00023cea mk/depends/depends.mk
--- a/mk/depends/depends.mk     Tue May 22 18:53:55 2007 +0000
+++ b/mk/depends/depends.mk     Tue May 22 19:04:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.13 2007/05/22 16:17:16 joerg Exp $
+# $NetBSD: depends.mk,v 1.14 2007/05/22 19:04:24 joerg Exp $
 
 ######################################################################
 ### depends (PUBLIC)
@@ -37,6 +37,7 @@
 ### real-depends is a helper target onto which one can hook all of the
 ### targets that do the actual dependency installation.
 ###
+_REAL_DEPENDS_TARGETS+=        bootstrap-depends
 _REAL_DEPENDS_TARGETS+=        depends-message
 _REAL_DEPENDS_TARGETS+=        pre-depends-hook
 _REAL_DEPENDS_TARGETS+=        _flavor-install-dependencies



Home | Main Index | Thread Index | Old Index