diff options
-rw-r--r-- | testsuite/Makefile.am | 4 | ||||
-rw-r--r-- | testsuite/Makefile.in | 4 |
2 files changed, 8 insertions, 0 deletions
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 |