]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/GNUmakefile
some useless statistics.
[lilypond.git] / input / regression / GNUmakefile
index 6e0c855d3c823241f7f8a994ef9ef58e6e370c41..15b634bccf7c1787763c9235b6d1becf904bd87b 100644 (file)
@@ -2,18 +2,13 @@ depth = ../..
 
 STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
-LILYPOND_BOOK_FLAGS = --process="lilypond-bin -I $(srcdir)/input/test -e '(ly:set-option (quote internal-type-checking) \#t)'"
 
-
-include $(depth)/make/stepmake.make 
+include $(depth)/make/stepmake.make
 TITLE=LilyPond Regression Tests
 
-
 local-clean: local-delete
 
-# have to do it in 2 steps to prevent
-# argument-list too long.
+# use `find` together with `xargs` to avoid too long argument-lists.
 local-delete:
-       rm -f $(outdir)/lily-1*
-       rm -f $(outdir)/*
+       $(FIND) $(outdir)/ -empty -name '*' | xargs rm -f