summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhunt <hunt>2006-02-23 20:17:00 +0000
committerhunt <hunt>2006-02-23 20:17:00 +0000
commitaff9a0ecf38b32f94dca0cc8abad939dfbf03575 (patch)
tree394dbf74fdb52eb3b738c48cc6ebde2163f44a0b
parent602149dadba5e74e6de8b5a172a64b13dcce6f1d (diff)
downloadsystemtap-steved-aff9a0ecf38b32f94dca0cc8abad939dfbf03575.tar.gz
systemtap-steved-aff9a0ecf38b32f94dca0cc8abad939dfbf03575.tar.xz
systemtap-steved-aff9a0ecf38b32f94dca0cc8abad939dfbf03575.zip
2006-02-23 Martin Hunt <hunt@redhat.com>
* Makefile.am (install-data-local): Create tapset/i686 and tapset/x86_64 directories. This fixes a problem where they were included, but had bad permissions. * Makefile.in: Rebuilt.
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am4
-rw-r--r--Makefile.in4
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f1bdc0e..ca41ce71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-23 Martin Hunt <hunt@redhat.com>
+
+ * Makefile.am (install-data-local): Create tapset/i686 and tapset/x86_64
+ directories. This fixes a problem where they were included, but had
+ bad permissions.
+ * Makefile.in: Rebuilt.
+
2006-02-22 Frank Ch. Eigler <fche@elastic.org>
* stapfuncs.5.in: Document get_cycles().
diff --git a/Makefile.am b/Makefile.am
index 8344b545..6bb1a382 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,7 +83,9 @@ install-data-local:
tar -f - -c --exclude=CVS --exclude='*~' --exclude='.#*' \
-C $(srcdir)/runtime relayfs \
| (cd $(DESTDIR)$(pkgdatadir)/runtime && tar xpf -)
- mkdir -p $(DESTDIR)$(pkgdatadir)/tapset
+ mkdir -p $(DESTDIR)$(pkgdatadir)/tapset \
+ $(DESTDIR)$(pkgdatadir)/tapset/i686 \
+ $(DESTDIR)$(pkgdatadir)/tapset/x86_64
(cd $(srcdir)/tapset ; find . -name '*.stp' | cpio -pdmv $(DESTDIR)$(pkgdatadir)/tapset)
p=$(srcdir)/testsuite/parse
diff --git a/Makefile.in b/Makefile.in
index 4e155df4..e1ebd6aa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1102,7 +1102,9 @@ install-data-local:
tar -f - -c --exclude=CVS --exclude='*~' --exclude='.#*' \
-C $(srcdir)/runtime relayfs \
| (cd $(DESTDIR)$(pkgdatadir)/runtime && tar xpf -)
- mkdir -p $(DESTDIR)$(pkgdatadir)/tapset
+ mkdir -p $(DESTDIR)$(pkgdatadir)/tapset \
+ $(DESTDIR)$(pkgdatadir)/tapset/i686 \
+ $(DESTDIR)$(pkgdatadir)/tapset/x86_64
(cd $(srcdir)/tapset ; find . -name '*.stp' | cpio -pdmv $(DESTDIR)$(pkgdatadir)/tapset)
gcov: