summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-01-23 11:25:44 +0100
committerMark Wielaard <mjw@redhat.com>2009-01-23 11:25:44 +0100
commitf120873cb40cfc16cc94f06fd722abc927b96227 (patch)
treeb9ec17f85f92760f9d677814cdc29a34b01f6a6a
parent6275c8d707229558487e2927f1f9940a9d237fbe (diff)
downloadsystemtap-steved-f120873cb40cfc16cc94f06fd722abc927b96227.tar.gz
systemtap-steved-f120873cb40cfc16cc94f06fd722abc927b96227.tar.xz
systemtap-steved-f120873cb40cfc16cc94f06fd722abc927b96227.zip
Use make -k install-data for elfutils.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure5
-rw-r--r--configure.ac5
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 117acd4e..d04a08ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-23 Mark Wielaard <mjw@redhat.com>
+
+ * configure.ac: Use make -k install-data for elfutils.
+ * configure: Regenerated.
+
2009-01-22 David Smith <dsmith@redhat.com>
* systemtap.spec: Added 'nss-devel' buildreq so that the 'client'
diff --git a/configure b/configure
index f8af498a..6a4aff50 100755
--- a/configure
+++ b/configure
@@ -7613,7 +7613,10 @@ $as_echo "$as_me: running ${elfutils_srcdir}/configure" >&6;}
--prefix="$prefix" \
CFLAGS="${CFLAGS/-Wall/}" \
LDFLAGS="$LDFLAGS $elfutils_rpath" &&
- make install-data # so that elfutils/version.h - if any - may be found.
+ make -k install-data # so that elfutils/version.h - if any - may be found.
+ # Note, we need -k because parts (like to po files) might fail,
+ # since those fo to $prefix to which we might not be able to write.
+ # We are only really interested in the include-elfutils files anyway here.
)
save_CPPFLAGS=${CPPFLAGS}
CPPFLAGS="${CPPFLAGS} -Iinclude-elfutils" # in case bundled elfutils
diff --git a/configure.ac b/configure.ac
index 7b9afb89..3e0efc95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -312,7 +312,10 @@ if test $build_elfutils = yes; then
--prefix="$prefix" \
CFLAGS="${CFLAGS/-Wall/}" \
LDFLAGS="$LDFLAGS $elfutils_rpath" &&
- make install-data # so that elfutils/version.h - if any - may be found.
+ make -k install-data # so that elfutils/version.h - if any - may be found.
+ # Note, we need -k because parts (like to po files) might fail,
+ # since those fo to $prefix to which we might not be able to write.
+ # We are only really interested in the include-elfutils files anyway here.
)
save_CPPFLAGS=${CPPFLAGS}
CPPFLAGS="${CPPFLAGS} -Iinclude-elfutils" # in case bundled elfutils