pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk add an @ on one of the print-summary-data target li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bbb85fe5a7e
branches:  trunk
changeset: 461382:2bbb85fe5a7e
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Sep 15 10:27:12 2003 +0000

description:
add an @ on one of the print-summary-data target lines.  This removes some
garbage from the database file.

diffstat:

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

diffs (18 lines):

diff -r 9b9cb34b6326 -r 2bbb85fe5a7e mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Sep 15 10:25:36 2003 +0000
+++ b/mk/bsd.pkg.mk     Mon Sep 15 10:27:12 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1284 2003/09/14 16:41:30 danw Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1285 2003/09/15 10:27:12 dmcmahill Exp $
 #
 # This file is in the public domain.
 #
@@ -4246,7 +4246,7 @@
        else                                                            \
                ${ECHO} "onlyfor ${PKGPATH} ${ONLY_FOR_ARCHS}";         \
        fi;
-       if [ "${NOT_FOR_OPSYS}" = "" ]; then                            \
+       @if [ "${NOT_FOR_OPSYS}" = "" ]; then                           \
                ${ECHO} "notfor ${PKGPATH} any";                        \
        else                                                            \
                ${ECHO} "notfor ${PKGPATH} not ${NOT_FOR_OPSYS}";       \



Home | Main Index | Thread Index | Old Index