From d5ff083c5b5321afc523ceeb658fef25d337e7bf Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 15 Jul 2013 14:58:07 +0000 Subject: build system: Avoid 'parallel make' problems git-svn-id: svn://tug.org/texlive/trunk@31199 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/graphite2/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Build/source/libs/graphite2') diff --git a/Build/source/libs/graphite2/Makefile.in b/Build/source/libs/graphite2/Makefile.in index 60619a30c55..e4b9c6613e0 100644 --- a/Build/source/libs/graphite2/Makefile.in +++ b/Build/source/libs/graphite2/Makefile.in @@ -1736,12 +1736,13 @@ rebuild: $(rebuild_prereq) if test -f rebuild.stamp; then :; else \ $$dry trap 'rm -rf rebuild.lock' 1 2 13 15; \ if $$dry mkdir rebuild.lock 2>/dev/null; then \ - $(MAKE) $(AM_MAKEFLAGS) $(rebuild_target) rebuild.stamp; \ + $(MAKE) $(AM_MAKEFLAGS) $(rebuild_target) \ + && echo timestamp >rebuild.stamp; \ $$dry rmdir rebuild.lock; \ else \ while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \ - $$dry test -f rebuild.stamp; exit $$?; \ fi; \ + $$dry test -f rebuild.stamp; exit $$?; \ fi # Tell versions [3.59,3.63) of GNU make to not export all variables. -- cgit v1.2.3