]> sourceware.org Git - systemtap.git/commitdiff
2006-08-12 Frank Ch. Eigler <fche@elastic.org>
authorfche <fche>
Sat, 12 Aug 2006 15:28:08 +0000 (15:28 +0000)
committerfche <fche>
Sat, 12 Aug 2006 15:28:08 +0000 (15:28 +0000)
* Makefile.am (dist-hook): Make "make dist" dist.
* Makefile.in: Regenerated.

[testsuite]
2006-08-12  Frank Ch. Eigler  <fche@elastic.org>

* Makefile.am (clean-local): Clean up dejagnu turds.
* Makefile.in: Regenerated.

ChangeLog
Makefile.am
Makefile.in
testsuite/ChangeLog
testsuite/Makefile.am
testsuite/Makefile.in

index 146109eebb29b384641ca27fc78b4d58c6db299e..36801bbe64e0c2d0ebc7ac6086ffb2e1b0d318ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-12  Frank Ch. Eigler  <fche@elastic.org>
+
+       * Makefile.am (dist-hook): Make "make dist" dist.
+       * Makefile.in: Regenerated.
+
 2006-08-12  Frank Ch. Eigler  <fche@elastic.org>
 
        * configure.ac, Makefile.am: Descend into testsuite/
index b02f8a9e1c24b5743a749857dc018700789e304e..a7e73b6e3cebcb26a9252bdca2f7ee2ddda953d2 100644 (file)
@@ -67,10 +67,11 @@ LDADD =
 
 EXTRA_DIST = buildrun.h elaborate.h loc2c.h session.h \
             parse.h staptree.h tapsets.h translate.h \
-            testsuite runtest.sh systemtap.spec runtime tapset
+            testsuite systemtap.spec runtime tapset
 dist-hook:
        find $(distdir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf
        find $(distdir) -name '*.o' -o -name '*.ko' -o -name '*.cmd' -o -name '*.mod.c' -o -name '.??*' | xargs rm -rf
+       find $(distdir) -name 'stap' -o -name '*.log' -o -name '*.sum' -o -name 'site.exp' | xargs rm -rf
 
 install-data-local:
 #      mkdir -p $(DESTDIR)$(pkgdatadir)/runtime/transport $(DESTDIR)$(pkgdatadir)/runtime/relayfs $(DESTDIR)$(pkgdatadir)/tapset
index 11a7bbc04dc4976596910c8c90b9b1044403c0c3..9b5b2afb8f2d3e058c3f88da4e122c6011e62bdf 100644 (file)
@@ -246,7 +246,7 @@ loc2c_test_LDADD = $(stap_LDADD)
 LDADD = 
 EXTRA_DIST = buildrun.h elaborate.h loc2c.h session.h \
             parse.h staptree.h tapsets.h translate.h \
-            testsuite runtest.sh systemtap.spec runtime tapset
+            testsuite systemtap.spec runtime tapset
 
 TEST_COV_DIR = coverage
 SUBDIRS = testsuite $(am__append_4)
@@ -1116,6 +1116,7 @@ uninstall-man: uninstall-man1 uninstall-man5
 dist-hook:
        find $(distdir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf
        find $(distdir) -name '*.o' -o -name '*.ko' -o -name '*.cmd' -o -name '*.mod.c' -o -name '.??*' | xargs rm -rf
+       find $(distdir) -name 'stap' -o -name '*.log' -o -name '*.sum' -o -name 'site.exp' | xargs rm -rf
 
 install-data-local:
 #      mkdir -p $(DESTDIR)$(pkgdatadir)/runtime/transport $(DESTDIR)$(pkgdatadir)/runtime/relayfs $(DESTDIR)$(pkgdatadir)/tapset
index 29896f99df779d8a05c736b3bea86731d4776e9d..219c01da9864dddc2c53d1bd06b4b036f79bf759 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-12  Frank Ch. Eigler  <fche@elastic.org>
+
+       * Makefile.am (clean-local): Clean up dejagnu turds.
+       * Makefile.in: Regenerated.
+
 2006-08-12  Frank Ch. Eigler  <fche@elastic.org>
 
        * all: Reorganized old pass-1..4 tests one dejagnu bucket.
index c2bd2d9cdfaf9c4aa7d3ff3e508b9e9bfc002aae..54d1bf575567663f219ad4ef61b7b24810f0e9e6 100644 (file)
@@ -9,7 +9,7 @@ all-local:
        @ln -sf ../stap .
 
 clean-local:
-       @rm -f ./stap site.exp
+       @rm -f ./stap site.exp systemtap.sum systemtap.log
 
 check-local:
 
index 640938a4bf7df12b778fe75755be249bff2f7957..9d69cf3b9dba6ede637cdb9e0251a165a7fb78bc 100644 (file)
@@ -330,7 +330,7 @@ all-local:
        @ln -sf ../stap .
 
 clean-local:
-       @rm -f ./stap site.exp
+       @rm -f ./stap site.exp systemtap.sum systemtap.log
 
 check-local:
 
This page took 0.047883 seconds and 5 git commands to generate.