diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-04-20 20:04:06 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-04-20 20:04:06 +0000 |
commit | a5dcbe2a3fff50badfbcf26de4c9756c86cdbf0b (patch) | |
tree | e3450b2a32a7acf69fd55b30c130ec8cbfea22c9 /devel/jam/patches | |
parent | 98a834aec858c06c680b0bab1d8bda60e0e01f00 (diff) | |
download | pkgsrc-a5dcbe2a3fff50badfbcf26de4c9756c86cdbf0b.tar.gz |
Import jam-2.3, with improvements from <pkgsrc@sudog.com> in pkg/16375.
Approved by jlam and garbled.
Jam/MR is a build utility like make(1). It has its own expressive
language which allows for portable Jamfiles capable of building
large projects with multiple concurrent processes (although by
default it uses a single process).
Diffstat (limited to 'devel/jam/patches')
-rw-r--r-- | devel/jam/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/jam/patches/patch-aa b/devel/jam/patches/patch-aa new file mode 100644 index 00000000000..1e21d40cab3 --- /dev/null +++ b/devel/jam/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/04/20 20:04:06 schmonz Exp $ + +--- Makefile.orig Thu Jan 4 02:53:08 2001 ++++ Makefile +@@ -54,7 +54,7 @@ + rules.c scan.c search.c timestamp.c variable.c + + all: jam0 +- jam0 ++ ./jam0 + + jam0: + $(CC) $(TARGET) $(CFLAGS) $(SOURCES) $(LINKLIBS) |