pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk show-needs-update target: run ${MAKE}, not "make".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f0832671fd8
branches:  trunk
changeset: 467017:4f0832671fd8
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jan 25 16:12:40 2004 +0000

description:
show-needs-update target: run ${MAKE}, not "make".

diffstat:

 mk/bsd.pkg.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a3ed0e0c94d7 -r 4f0832671fd8 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sun Jan 25 16:06:47 2004 +0000
+++ b/mk/bsd.pkg.mk     Sun Jan 25 16:12:40 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1358 2004/01/25 10:36:15 grant Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1359 2004/01/25 16:12:40 grant Exp $
 #
 # This file is in the public domain.
 #
@@ -1885,8 +1885,8 @@
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
        for i in `${MAKE} show-all-depends-dirs`; do                    \
                cd ${_PKGSRCDIR}/$$i;                                   \
-               want=`make show-var VARNAME=PKGNAME`;                   \
-               wild=`make show-var VARNAME=PKGWILDCARD`;               \
+               want=`${MAKE} show-var VARNAME=PKGNAME`;                \
+               wild=`${MAKE} show-var VARNAME=PKGWILDCARD`;            \
                have=`${PKG_BEST_EXISTS} "$$wild" || ${TRUE}`;          \
                if [ -z "$$have" ]; then                                \
                        ${ECHO} "$$i => (none) => needs install of $$want"; \



Home | Main Index | Thread Index | Old Index