summaryrefslogtreecommitdiff
path: root/devel/bmake/files/Makefile.in
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-09-18 20:55:21 +0000
committerjoerg <joerg@pkgsrc.org>2009-09-18 20:55:21 +0000
commit1869e779310e24b43754c694c616566fa8eca3d7 (patch)
tree46c780c45309611e0cafd1ae55a8046d1a4b07eb /devel/bmake/files/Makefile.in
parentb952f7758718bf9fea8dc11ba8a00727a9a8cc6f (diff)
downloadpkgsrc-1869e779310e24b43754c694c616566fa8eca3d7.tar.gz
Import bmake-20090909:
- .MAKE.LEVEL, -C, SIGINFO support - fixes for :M and \: - vfork signal handling fixes e.g. for Solaris
Diffstat (limited to 'devel/bmake/files/Makefile.in')
-rw-r--r--devel/bmake/files/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/bmake/files/Makefile.in b/devel/bmake/files/Makefile.in
index fb690f84b2c..47e56cb6066 100644
--- a/devel/bmake/files/Makefile.in
+++ b/devel/bmake/files/Makefile.in
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile.in,v 1.1.1.4 2008/11/11 19:32:16 joerg Exp $
+# $NetBSD: Makefile.in,v 1.1.1.5 2009/09/18 20:55:22 joerg Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
-# $Id: Makefile.in,v 1.1.1.4 2008/11/11 19:32:16 joerg Exp $
+# $Id: Makefile.in,v 1.1.1.5 2009/09/18 20:55:22 joerg Exp $
PROG= bmake
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
make.c parse.c str.c suff.c targ.c trace.c var.c util.c
+SRCS+= strlist.c
+SRCS+= make_malloc.c
SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \
@@ -19,10 +21,7 @@ srcdir= @srcdir@
CC?= @CC@
# Base version on src date
-BMAKE_VERSION= 20081111
-# knowing when it was built is also handy
-BUILD_DATE!= date +%Y%m%d
-MAKE_VERSION:= bmake-${BMAKE_VERSION} build-${BUILD_DATE}
+MAKE_VERSION= 20090909
MACHINE=@machine@
MACHINE_ARCH=@machine_arch@
DEFAULT_SYS_PATH = @default_sys_path@
@@ -147,6 +146,7 @@ install-mk:
.else
@echo need to unpack mk.tar.gz under ${srcdir} or set MKSRC; false
.endif
+CFLAGS_var.o += -Wno-cast-qual
.ifdef TOOLDIR
# this is a native netbsd build,