diff options
author | sjg <sjg@pkgsrc.org> | 2004-02-21 00:15:44 +0000 |
---|---|---|
committer | sjg <sjg@pkgsrc.org> | 2004-02-21 00:15:44 +0000 |
commit | ce4c2a6e12b65ee86f2adc3cffa98b61d6cc35c1 (patch) | |
tree | 43427ba2c8b1480c99b7ed84211c0a737ccf757a /devel/bmake/distinfo | |
parent | 237a0988eb8ae50f7ce6728ae70a44547f54d409 (diff) | |
download | pkgsrc-ce4c2a6e12b65ee86f2adc3cffa98b61d6cc35c1.tar.gz |
Update bmake and mk-files.
bmake is sync'd with -current make as of 2004-02-20
Fixes include:
o fix for old :M parsing bug.
o re-jigged unit-tests
o search upwards for *.mk
o fix for double free of var substitution buffers
o use of getopt replaced with custom code, since the usage
(re-scanning) isn't posix compatible.
* arch.c: don't include ranlib.h on ELF systems
mk-files adds dpadd.mk (cool magic driven by DPADD)
and a re-worked warnings.mk (very cool).
Also fixes:
* own.mk: don't use NetBSD's _SRC_TOP_ it can
cause confusion. Also don't take just 'mk' as a
srctop indicator.
* Generic.sys.mk: need to use ${.PARSEDIR} with exists().
Diffstat (limited to 'devel/bmake/distinfo')
-rw-r--r-- | devel/bmake/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/distinfo b/devel/bmake/distinfo index e1a8ff95b61..33f6bb7bda1 100644 --- a/devel/bmake/distinfo +++ b/devel/bmake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2004/01/19 00:57:10 sjg Exp $ +$NetBSD: distinfo,v 1.15 2004/02/21 00:15:44 sjg Exp $ -SHA1 (bmake-20040118.tar.gz) = 0b4047dc570309c8f075824e1d0c784f61eaba5d -Size (bmake-20040118.tar.gz) = 337933 bytes +SHA1 (bmake-20040220.tar.gz) = 01aba5d9bc8c4bff83c0f21178acd2f212640580 +Size (bmake-20040220.tar.gz) = 340411 bytes |