[m-rev.] diff: delete scripts/test_mdbrc during a realclean
Julien Fischer
jfischer at opturion.com
Tue Mar 26 14:24:21 AEDT 2013
Clean up a file created by the bootcheck script.
scripts/Mmakefile:
During a realclean delete the file test_mdbrc if
it is present.
Julien.
diff --git a/scripts/Mmakefile b/scripts/Mmakefile
index 812a925..b31d770 100644
--- a/scripts/Mmakefile
+++ b/scripts/Mmakefile
@@ -176,5 +176,6 @@ realclean_local: clean_scripts
.PHONY: clean_scripts
clean_scripts:
for file in *.in; do rm -f `basename $$file .in`; done
+ rm -f test_mdbrc
#-----------------------------------------------------------------------------#
More information about the reviews
mailing list