summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-17 10:20:09 +0000
committerJim Meyering <jim@meyering.net>2000-11-17 10:20:09 +0000
commit88b47ac69fc7944fb1d4ff008d5741c55a8f279a (patch)
tree9d88338855ea050d18393a44f7bd1e76d4dc355b /GNUmakefile
parentf15c4ee154132cc37d3b90787e815369e3b9a5e0 (diff)
downloadcoreutils-88b47ac69fc7944fb1d4ff008d5741c55a8f279a.tar.xz
(.NOTPARALLEL): Put it here instead, since this file
is common to these packages: fileutils, sh-utils, textutils.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0f4e21c69..0c5a0715d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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: