summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-20 12:44:53 +0000
committerwiz <wiz>2002-08-20 12:44:53 +0000
commit4c4e4f0f14536d76d2c70d1110d2b0cc5e9abc1a (patch)
tree58f0aea52c6a234491bddaeb28c9443719209c5b
parent66d1d3dd88799be47e186ac22089fdb7da6f642b (diff)
downloadpkgsrc-4c4e4f0f14536d76d2c70d1110d2b0cc5e9abc1a.tar.gz
Pull up 1.23, requested by hubertf:
Add CVS_FLAGS that will be passed to 'cvs update' before builds. Allows specifying a branch ("-rnetbsd-1-6") or the trunk ("-A") easily from the build.conf file.
-rw-r--r--mk/bulk/pre-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/pre-build b/mk/bulk/pre-build
index d2960a223a6..8855f4305a8 100644
--- a/mk/bulk/pre-build
+++ b/mk/bulk/pre-build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: pre-build,v 1.22 2002/08/07 10:56:12 agc Exp $
+# $NetBSD: pre-build,v 1.22.4.1 2002/08/20 12:44:53 wiz Exp $
#
# Clean up system to be ready for bulk pkg build
#
@@ -114,7 +114,7 @@ if [ "$CVS_USER" != "" ]; then
( cd ${USR_PKGSRC}/security/ssh ; ${BMAKE} bulk-install )
fi
echo Performing CVS update - this will take some time
- su - ${CVS_USER} -c 'stty sane ; setenv CVS_RSH ssh ; cd '${USR_PKGSRC}' ; cvs -q update -Pd'
+ su - ${CVS_USER} -c 'stty sane ; setenv CVS_RSH ssh ; cd '${USR_PKGSRC}' ; cvs -q update -Pd ${CVS_FLAGS}'
echo CVS update done.
fi