# HG changeset patch # User Andrew John Hughes # Date 1459217089 -3600 # Node ID c4c90d76f8a736a0cce02107d82fa926f24f502f # Parent 761b826dbec2ff3da86a25f349c3612193992f5d PR2873: Fix make distcheck 2016-03-28 Andrew John Hughes PR2873: Fix make distcheck * Makefile.am: (clean-tests): Don't try and delete the test subdirectory of the build tree. configure now generates test/tapset/jstaptest.pl and so the directory won't be empty until the autoconf tools remove this. diff -r 761b826dbec2 -r c4c90d76f8a7 ChangeLog --- a/ChangeLog Tue Mar 29 03:00:45 2016 +0100 +++ b/ChangeLog Tue Mar 29 03:04:49 2016 +0100 @@ -1,3 +1,13 @@ +2016-03-28 Andrew John Hughes + + PR2873: Fix make distcheck + * Makefile.am: + (clean-tests): Don't try and delete the test + subdirectory of the build tree. configure now + generates test/tapset/jstaptest.pl and so + the directory won't be empty until the autoconf + tools remove this. + 2016-03-28 Andrew John Hughes PR2897: clean-cacao removes extracted source tree diff -r 761b826dbec2 -r c4c90d76f8a7 Makefile.am --- a/Makefile.am Tue Mar 29 03:00:45 2016 +0100 +++ b/Makefile.am Tue Mar 29 03:04:49 2016 +0100 @@ -659,11 +659,6 @@ check-local: jtregcheck $(SYSTEMTAP_TEST_SUITE) stamps/check-ecc.stamp clean-tests: clean-jtreg clean-tapset-report clean-jtreg-reports clean-check-ecc - if [ $(abs_top_srcdir) != $(abs_top_builddir) ] ; then \ - if [ -e test ] ; then \ - rmdir test ; \ - fi \ - fi clean-local: clean-tests \ clean-icedtea clean-icedtea-debug clean-icedtea-boot clean-clone clean-clone-boot \