diff options
author | Mark Wielaard <mjw@redhat.com> | 2010-02-16 13:20:15 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2010-02-16 13:24:43 +0100 |
commit | e6364d7923d49c7bfe1a807cd877cb9b29ca0acf (patch) | |
tree | b04ad8934081844453e192e8955b31961f22b7f8 /doc | |
parent | acc2bbc4949d1c147d613edcc23459ae4e19147a (diff) | |
download | systemtap-steved-e6364d7923d49c7bfe1a807cd877cb9b29ca0acf.tar.gz systemtap-steved-e6364d7923d49c7bfe1a807cd877cb9b29ca0acf.tar.xz systemtap-steved-e6364d7923d49c7bfe1a807cd877cb9b29ca0acf.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 1 | ||||
-rw-r--r-- | doc/SystemTap_Tapset_Reference/Makefile.in | 1 | ||||
-rw-r--r-- | doc/beginners/Makefile.in | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 5715eea5..41ef4172 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -137,7 +137,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@ diff --git a/doc/SystemTap_Tapset_Reference/Makefile.in b/doc/SystemTap_Tapset_Reference/Makefile.in index 98539aeb..e646224f 100644 --- a/doc/SystemTap_Tapset_Reference/Makefile.in +++ b/doc/SystemTap_Tapset_Reference/Makefile.in @@ -119,7 +119,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@ diff --git a/doc/beginners/Makefile.in b/doc/beginners/Makefile.in index e8f025bd..58cfb266 100644 --- a/doc/beginners/Makefile.in +++ b/doc/beginners/Makefile.in @@ -103,7 +103,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@ |