X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fgeneric-targets.make;h=26874ad5b549b18d0e6bd5c347a1ebaf237d9078;hb=0d08bd6e9857f5e7c8bccb240c2616f35733e8d9;hp=39088178492979052d016b16dcc7f1661de615c6;hpb=52c8e6abea26fa63f995556fc6555e3895c215e9;p=lilypond.git diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 3908817849..26874ad5b5 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -21,6 +21,12 @@ distclean: clean $(LOOP) $(MAKE) local-distclean +cvs-clean: + $(MAKE) local-distclean + find . -type d -name out | xargs rm -rf + find . -type d -name out-www | xargs rm -rf + rm -f aclocal.m4 configure + maintainerclean: $(LOOP) $(MAKE) local-maintainerclean @@ -63,6 +69,7 @@ Note that all commands recurse into subdirectories;\n\ prepend \`local-' to restrict operation to the current directory.\n\ Example: \`local-clean'.\n" +# " local-help: local-dist: $(DIST_FILES) $(OUT_DIST_FILES) $(NON_ESSENTIAL_DIST_FILES) @@ -141,6 +148,7 @@ $(outdir)/dummy.dep: @echo please ignore innocent warning about dummy.dep -mkdir -p $(outdir) touch $(outdir)/dummy.dep + echo '*' > $(outdir)/.gitignore check: local-check $(LOOP)