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).
13 lines
275 B
Text
13 lines
275 B
Text
$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)
|