pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Do not add the things in pkgsrc/regress to the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2779932d3e56
branches:  trunk
changeset: 493554:2779932d3e56
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon May 09 16:03:58 2005 +0000

description:
Do not add the things in pkgsrc/regress to the bulk build since they
are not meant to be built -- regress testing is done using the
pkgtools/pkg_regress tool.

diffstat:

 mk/bulk/printdepends |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 32c917ee4205 -r 2779932d3e56 mk/bulk/printdepends
--- a/mk/bulk/printdepends      Mon May 09 15:41:52 2005 +0000
+++ b/mk/bulk/printdepends      Mon May 09 16:03:58 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: printdepends,v 1.16 2005/05/03 16:34:02 jlam Exp $
+# $NetBSD: printdepends,v 1.17 2005/05/09 16:03:58 kristerw Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -72,7 +72,7 @@
        list="${PKGLIST}"
 else
        # List of all pkgs, from pkgsrc/*/Makefile
-       list=`${GREP} '^[[:space:]]*'SUBDIR */Makefile | ${SED} 's,/Makefile.*=[[:space:]]*,/,'`
+       list=`${GREP} '^[[:space:]]*'SUBDIR */Makefile | ${GREP} -v regress/ | ${SED} 's,/Makefile.*=[[:space:]]*,/,'`
 fi
 
 # cache the package list for printindex



Home | Main Index | Thread Index | Old Index