changeset 3648:3074e565689c

[project @ 2000-03-25 07:52:06 by jwe]
author jwe
date Sat, 25 Mar 2000 07:52:07 +0000
parents 4cdb8c0ef5f0
children 3a067b216fd6
files ChangeLog Makefile.in libcruft/ChangeLog libcruft/Makefile.in octMakefile.in
diffstat 5 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 	(all): Depend on src instead of $(SUBDIRS).
 	(src): New target.  Depend on $(SUBDIRS).
 
+	* Makefile.in (.NOTPARALLEL): New target, for GNU Make 3.79.
+	* octMakefile.in (.NOTPARALLEL): Likewise.
+
 2000-03-22  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* configure.in: Check for vsnprintf.
--- a/Makefile.in
+++ b/Makefile.in
@@ -116,3 +116,5 @@
 	fi
 
 FORCE:
+
+.NOTPARALLEL:
--- a/libcruft/ChangeLog
+++ b/libcruft/ChangeLog
@@ -4,6 +4,7 @@
 	(libraries): Depend on $(SUBDIRS) only.
 	Make $(LIBRARIES) using a recursive invocation of make once
 	$(SUBDIRS) are up to date.
+	(.NOTPARALLEL): New target, for GNU Make 3.79.
 
 2000-03-21  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
--- a/libcruft/Makefile.in
+++ b/libcruft/Makefile.in
@@ -165,3 +165,5 @@
 	  echo $(BINDISTLIBS) >> ../`cat ../.fname`/LIBRARIES; \
 	fi
 .PHONY: bin-dist
+
+.NOTPARALLEL:
--- a/octMakefile.in
+++ b/octMakefile.in
@@ -246,3 +246,5 @@
 	gzip --best `cat .fname`.tar
 	rm -f .fname
 .PHONY: binary-dist
+
+.NOTPARALLEL: