From e6364d7923d49c7bfe1a807cd877cb9b29ca0acf Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 16 Feb 2010 13:20:15 +0100 Subject: Don't try to parallel install partial build-elfutils build in lib-elfutils. The parallel install into lib-elfutils during the build seems to be fragile, so explicitly install the libs with -j1. * Makefile.am (stamp-elfutils): Add -j1 in for dir loop sub make. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * compile: Likewise. * config.in: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * doc/beginners/Makefile.in: Likewise. * grapher/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/aclocal.m4: Likewise. * testsuite/configure: Likewise. --- grapher/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'grapher') diff --git a/grapher/Makefile.in b/grapher/Makefile.in index 6d2b3bf3..35c83ac0 100644 --- a/grapher/Makefile.in +++ b/grapher/Makefile.in @@ -163,7 +163,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PIECFLAGS = @PIECFLAGS@ -- cgit