changeset 22043:7d28674f6ff0

build: delete generated @class subdirectories for test suite on 'make clean' * test/module.mk (test-clean): Delete $(GENERATED_BC_OVERLOADS_DIRS). (clean-local): Depend on test-clean.
author Mike Miller <mtmiller@octave.org>
date Tue, 05 Jul 2016 15:53:35 -0700
parents 21c12b837089
children 571b42508e1e
files test/module.mk
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/module.mk	Tue Jul 05 15:45:38 2016 -0700
+++ b/test/module.mk	Tue Jul 05 15:53:35 2016 -0700
@@ -139,8 +139,11 @@
 DISTCLEANFILES += $(test_DISTCLEANFILES)
 MAINTAINERCLEANFILES += $(test_MAINTAINERCLEANFILES)
 
+clean-local: test-clean
+
 test-clean:
 	rm -f $(test_CLEANFILES)
+	rm -rf $(GENERATED_BC_OVERLOADS_DIRS)
 
 test-distclean: test-clean
 	rm -f $(test_DISTCLEANFILES)