summaryrefslogtreecommitdiff
path: root/devel/bmake/Makefile
diff options
context:
space:
mode:
authorsjg <sjg>2003-08-03 05:50:02 +0000
committersjg <sjg>2003-08-03 05:50:02 +0000
commit13c5865cce00736dfbe07347ac23778b4686b71c (patch)
tree14aeb3a3816ee6b9338890a061b80d88b5b1805f /devel/bmake/Makefile
parentda2dbf9ad4ee7028d615082e9c2fa8e25de71d27 (diff)
downloadpkgsrc-13c5865cce00736dfbe07347ac23778b4686b71c.tar.gz
Update bmake and mk-files.
Changes to mk-files: * install-mk: add ability to use cp -f when updating destination .mk files. Also now possible to play games with FORCE_SYS_MK=ln etc on *BSD machines to link /usr/share/mk/sys.mk into dest - not recommended unless you seriously want to. * own.mk (IMPFLAGS): add support for COPTS.${IMPSRC:T} etc for semi-compatability with NetBSD. Changes to bmake: * boot-strap: Allow setting configure args on command line. * configure.in: add --with-defshell to allow sh or ksh to be selected as default shell. * Merge with NetBSD make 20030731 Pick up .SHELL spec for ksh and associate man page changes. Also compat mode now uses the same shell specs. * var.c (Var_Parse): ensure delim is initialized. * unit-tests/Makefile.in: use single quotes to avoid problems from some shells. * makefile.boot.in: Run the unit-tests as part of the bootstrap procedure. * unit-tests/Makefile.in: always force complaints from ${TEST_MAKE} to be from 'make'. * configure.in: add check for 'diff -u' also fix some old autoconf'isms * Makefile.in (BMAKE_VERSION): bump version to 20030728. if using GCC add -Wno-cast-qual to CFLAGS for var.o * Merge with NetBSD make 20030728 Pick up fix for :ts parsing error in some cases. Pick unit-tests.
Diffstat (limited to 'devel/bmake/Makefile')
-rw-r--r--devel/bmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile
index cfd6416426a..eb5e39bcb0a 100644
--- a/devel/bmake/Makefile
+++ b/devel/bmake/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/07/23 18:34:44 sjg Exp $
+# $NetBSD: Makefile,v 1.13 2003/08/03 05:50:04 sjg Exp $
#
-DISTNAME= bmake-20030723
+DISTNAME= bmake-20030731
WRKSRC= ${WRKDIR}/bmake
CATEGORIES= devel
MASTER_SITES= ftp://ftp.NetBSD.org/pub/incoming/sjg/