]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Try to convince `make' to keep intermediate files (issue 1906).
authorJulien Rioux <jrioux@physics.utoronto.ca>
Mon, 19 Dec 2011 22:52:46 +0000 (17:52 -0500)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Sun, 8 Jan 2012 23:55:20 +0000 (18:55 -0500)
Documentation/GNUmakefile
Documentation/topdocs/GNUmakefile
make/doc-i18n-root-rules.make
make/stepmake.make
stepmake/stepmake/texinfo-rules.make

index d1989f9988204217c29a6982328da5fabc0c2455..22da2d8fa8d73a3746c11f5d9d64f641fb45fda1 100644 (file)
@@ -371,5 +371,3 @@ update-translation:
 # what's it gonna be, boy...tranlationS-/translation-
 translation-status:
        PYTHONPATH=$(top-src-dir)/python:$(top-src-dir)/python/auxiliar $(PYTHON) $(top-src-dir)/scripts/auxiliar/translations-status.py
-
-.SECONDARY:
index 037cc39f1ae753310d903e5db8f4442c4d705911..ce3dc1f42beec03241cb71d546e8b2f99dd37385 100644 (file)
@@ -16,5 +16,3 @@ $(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely
 ifeq ($(out),www)
 local-WWW-1: $(OUT_TEXI_FILES)
 endif
-
-.SECONDARY:
index d113cf68eb8e723bbc88948c891aac401af5e076..3cdd664471ffc6541a413c2c4c019950c3d77a9f 100644 (file)
@@ -53,5 +53,3 @@ $(outdir)/index.$(ISOLANG).html: TEXI2HTML_SPLIT = $(WEB_TEXI2HTML_SPLIT)
 $(outdir)/index.$(ISOLANG).html:
        DEPTH=$(depth) $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(TEXI2HTML_SPLIT) --output=$(outdir)/ web.texi
        find $(outdir)/ -name '*.html' | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!$(outdir)/!!g' | xargs $(buildscript-dir)/mass-link --prepend-suffix .$(ISOLANG) hard $(outdir) $(top-build-dir)/Documentation/$(outdir)
-
-.SECONDARY:
index 604341be638c6b0d0ec55ed27a599ae38e6b26c8..1de2e2b2d0df4ab0ba60b5888b31168cb361bc01 100644 (file)
@@ -108,6 +108,9 @@ ifeq ($(BUILTINS_REMOVED),)
 endif
 .SUFFIXES:
 
+# Keep this empty to prevent make from removing intermediate files.
+.SECONDARY:
+
 all:
 
 -include $(addprefix $(depth)/make/,$(addsuffix -inclusions.make, $(LOCALSTEPMAKE_TEMPLATES)))
index 83120ed87fb7e9a3684cc7c9d1dc7eef424ac9bc..28e3db0308b3eb177dacb5537457b72cba2370d9 100644 (file)
@@ -84,6 +84,3 @@ $(outdir)/version.%: $(top-src-dir)/VERSION
 
 $(outdir)/weblinks.%: $(top-src-dir)/VERSION
        $(PYTHON) $(top-src-dir)/scripts/build/create-weblinks-itexi.py > $@
-
-# Keep this empty to prevent make from removing intermediate files.
-.SECONDARY: