changeset in /hg/icedtea6: Fix build with --enable-systemtap.
Andrew John Hughes
ahughes at redhat.com
Wed Apr 29 10:10:05 PDT 2009
changeset 059f6ba0c7dd in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=059f6ba0c7dd
description:
Fix build with --enable-systemtap.
2009-04-29 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
Use abs_top_builddir to locate generated
Systemtap file.
diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
Makefile.am | 2 +-
diffs (25 lines):
diff -r c7860ca7b19e -r 059f6ba0c7dd ChangeLog
--- a/ChangeLog Wed Apr 29 16:11:25 2009 +0200
+++ b/ChangeLog Wed Apr 29 18:09:17 2009 +0100
@@ -1,3 +1,9 @@ 2009-04-29 Matthias Klose <doko at ubuntu
+2009-04-29 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Use abs_top_builddir to locate generated
+ Systemtap file.
+
2009-04-29 Matthias Klose <doko at ubuntu.com>
Xerxes RÃ¥nby <xerxes at zafena.se>
diff -r c7860ca7b19e -r 059f6ba0c7dd Makefile.am
--- a/Makefile.am Wed Apr 29 16:11:25 2009 +0200
+++ b/Makefile.am Wed Apr 29 18:09:17 2009 +0100
@@ -1164,7 +1164,7 @@ endif
endif
if ENABLE_SYSTEMTAP
mkdir -p $(BUILD_OUTPUT_DIR)/j2sdk-image/tapset ; \
- cp $(abs_top_srcdir)/tapset/*.stp \
+ cp $(abs_top_builddir)/tapset/*.stp \
$(BUILD_OUTPUT_DIR)/j2sdk-image/tapset
endif
cp $(abs_top_srcdir)/rt/net/sourceforge/jnlp/resources/about.jnlp \
More information about the distro-pkg-dev
mailing list