From 26b3faf93dc665f2cca51c91fbc0de68f5c2dd11 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 12 Mar 2010 14:12:49 -0500 Subject: PR11373 kludge: clean up testsuite/stap_*.ko upon 'make clean' --- testsuite/Makefile.am | 4 ++++ testsuite/Makefile.in | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'testsuite') diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 32c1d93f..044e4c05 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -10,6 +10,10 @@ all-local: clean-local: -rm -f ./stap site.exp systemtap.sum systemtap.log -rm -rf .systemtap* .cache_test* 2>/dev/null + -rm -f ./stap_*.ko + -rm -f flightrec* + -rm -f *.so + -rm -f uprobe_* DEJAZILLA=@dejazilla@ TESTAPPS=@enable_testapps@ diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index f8e519c6..6bb2a8d4 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -331,6 +331,10 @@ all-local: clean-local: -rm -f ./stap site.exp systemtap.sum systemtap.log -rm -rf .systemtap* .cache_test* 2>/dev/null + -rm -f ./stap_*.ko + -rm -f flightrec* + -rm -f *.so + -rm -f uprobe_* # automake's dejagnu library already runs check-DEJAGNU before check-local # That's why we need to add "execrc" to $(RUNTEST) - to ensure that this -- cgit