Update bmake to 20031222 - matches NetBSD make as of that date.

Changes include:
* Make portable snprintf safer - output to /dev/null first to
check space needed.

o -dg3 to show input graph when things go wrong.
o explicitly look for makefiles in objdir if not found in curdir so
  that errors in .depend etc will be reported accurarely.
o avoid use of -e in shell scripts in jobs mode, use '|| exit $?'
  instead as it more accurately reflects the expected behavior and
  is more consistently implemented.
o avoid use of asprintf.
This commit is contained in:
sjg 2003-12-22 23:26:43 +00:00
parent 62817ccbae
commit 28f7d8abe9
3 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.15 2003/09/28 21:08:59 sjg Exp $
# $NetBSD: Makefile,v 1.16 2003/12/22 23:26:43 sjg Exp $
#
DISTNAME= bmake-20030928
DISTNAME= bmake-20031222
WRKSRC= ${WRKDIR}/bmake
CATEGORIES= devel
MASTER_SITES= ftp://ftp.NetBSD.org/pub/incoming/sjg/

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.12 2003/09/28 21:08:59 sjg Exp $
$NetBSD: distinfo,v 1.13 2003/12/22 23:26:43 sjg Exp $
SHA1 (bmake-20030928.tar.gz) = 2442227fd4f4633c5ad706ff004001aadd98248e
Size (bmake-20030928.tar.gz) = 336189 bytes
SHA1 (bmake-20031222.tar.gz) = 4172cbded5e144196c44c9f1c082739a08113ad5
Size (bmake-20031222.tar.gz) = 337641 bytes

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.4223 2003/12/22 23:12:24 jmmv Exp $
$NetBSD: CHANGES,v 1.4224 2003/12/22 23:26:43 sjg Exp $
Changes to the packages collection and infrastructure in 2003:
@ -5305,3 +5305,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated xfce4 to 4.0.2 [martti 2003-12-22]
Updated gaim to 0.74nb4 [jmmv 2003-12-22]
Updated gnutls to 1.0.3 [jmmv 2003-12-22]
Updated bmake to 20021222 [sjg 2003-12-22]