From: Jim Meyering Date: Fri, 17 Nov 2000 10:20:09 +0000 (+0000) Subject: (.NOTPARALLEL): Put it here instead, since this file X-Git-Tag: FILEUTILS-4_0_33~98 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=88b47ac69fc7944fb1d4ff008d5741c55a8f279a;p=thirdparty%2Fcoreutils.git (.NOTPARALLEL): Put it here instead, since this file is common to these packages: fileutils, sh-utils, textutils. --- diff --git a/GNUmakefile b/GNUmakefile index 0f4e21c69b..0c5a0715d5 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: