pkgsrc/mk/bulk
jschauma f78237671a According to egrep(1):
Portability note: unlike GNU grep, traditional grep did not con-
  form to POSIX.2, because traditional grep lacked a -q option and
  its  -s option behaved like GNU grep's -q option.  Shell scripts
  intended to be portable to traditional grep should avoid both -q
  and -s and should redirect output to /dev/null instead.

And, guess what, that's exactly what we run into when we call IRIX'
egrep(1) with '-q' (which it doesn't know).  So let's follow this
suggestion and use neither '-q' nor '-s' and redirect output to
/dev/null instead.
2004-04-10 16:23:00 +00:00
..
bsd.bulk-pkg.mk According to egrep(1): 2004-04-10 16:23:00 +00:00
build Add a --mirror_only option to the bulk build script. When combined with 2004-04-09 11:06:35 +00:00
build.conf-example Commentary cleanup: 2004-04-09 18:43:14 +00:00
do-sandbox-build ensure we call chroot with the full path to 'sh'. 2004-01-15 10:02:54 +00:00
mksandbox on Solaris, mount /opt/SUNWspro in the sandbox if it exists. 2004-02-13 23:53:13 +00:00
parallel.txt Attribute "my thoughts" to the original author. 2004-03-26 08:22:55 +00:00
post-build Commentary cleanup: 2004-04-09 18:43:14 +00:00
pre-build Commentary cleanup: 2004-04-09 18:43:14 +00:00
printdepends s/netbsd.org/NetBSD.org/ 2004-02-25 09:20:59 +00:00
printindex Commentary cleanup: 2004-04-09 18:43:14 +00:00
tflat Commentary cleanup: 2004-04-09 18:43:14 +00:00
TODO Bulk build framework 2000-09-15 22:05:46 +00:00
upload Enforce vulnerability list being installed & correct & upto-date 2004-03-16 13:55:51 +00:00