X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fgeneric-targets.make;h=9a51aaa728f948fc43be85d01670529246f0a8e5;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=dcb196c4dc13e4412d1766410e90157895ba818a;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index dcb196c4dc..9a51aaa728 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -1,9 +1,13 @@ .PHONY : all clean bin-clean config default dist exe help html lib TAGS\ - po doc doc-stage-1 WWW-1 WWW-2 WWW-post local-WWW-1 local-WWW-2 + po doc doc-stage-1 WWW-1 WWW-2 WWW-post local-WWW-1 local-WWW-2\ + log-clean all: default $(LOOP) +bin: + $(MAKE) PACKAGE=$(PACKAGE) package=$(package) -C lily + man: $(LOOP) @@ -11,6 +15,9 @@ clean: local-clean -rm -rf $(outdir) $(LOOP) +log-clean: + find . -name "*.log" -delete + ifeq (,$(findstring metafont,$(STEPMAKE_TEMPLATES))) bin-clean: local-bin-clean -rm -rf $(outdir) @@ -68,6 +75,7 @@ help: generic-help local-help @echo @echo "Other generic targets:" @echo " default same as the empty target" + @echo " bin check the lily directory and rebuild lilypond.exe if needed" @echo " exe update all executables" @echo " help this help" @echo " lib update all libraries"