pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Oops, spurious line in the output.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ab1a75e8703
branches:  trunk
changeset: 520722:6ab1a75e8703
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 26 21:32:55 2006 +0000

description:
Oops, spurious line in the output.

diffstat:

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

diffs (17 lines):

diff -r 6a1a65ad3c22 -r 6ab1a75e8703 mk/bsd.pkg.debug.mk
--- a/mk/bsd.pkg.debug.mk       Thu Oct 26 21:12:47 2006 +0000
+++ b/mk/bsd.pkg.debug.mk       Thu Oct 26 21:32:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.debug.mk,v 1.8 2006/10/26 20:41:56 rillig Exp $
+# $NetBSD: bsd.pkg.debug.mk,v 1.9 2006/10/26 21:32:55 rillig Exp $
 #
 
 # The `debug' target outputs the values of some commonly used variables
@@ -103,7 +103,6 @@
        @${PRINTF} "MAKE_ENV (sorted alphabetically):\\n"; ${MAKE_ENV:O:@x@${PRINTF} "\\t%s\\n" ${x};@}
        @${PRINTF} "MAKE_PROGRAM:\\n\\t%s\\n" ${MAKE_PROGRAM:Q}
        @${PRINTF} "MAKE_FLAGS:\\n"; ${MAKE_FLAGS:@x@${PRINTF} "\\t%s\\n" ${x};@}
-       @${PRINTF} "\\t%s\\n" ${MAKE_FLAGS}
        @${PRINTF} "BUILD_MAKE_FLAGS:\\n"; ${BUILD_MAKE_FLAGS:@x@${PRINTF} "\\t%s\\n" ${x};@}
 
 _show-dbginfo-install:



Home | Main Index | Thread Index | Old Index