]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(.NOTPARALLEL): Put it here instead, since this file
authorJim Meyering <jim@meyering.net>
Fri, 17 Nov 2000 10:20:09 +0000 (10:20 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Nov 2000 10:20:09 +0000 (10:20 +0000)
is common to these packages: fileutils, sh-utils, textutils.

GNUmakefile

index 0f4e21c69bb14265f878025fe2b9ccd1246404a8..0c5a0715d5a39273940c6252be7bab46f1005942 100644 (file)
@@ -25,3 +25,8 @@ all:
        @exit 1
 
 endif
+
+# Tell version 3.79 and up of GNU make to not build goals in this
+# directory in parallel.  This is necessary in case someone tries to
+# build multiple targets on one command line.
+.NOTPARALLEL: