lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Leave extension in .dep under mf/ , as we have multiple rules generating


From: hanwenn
Subject: Leave extension in .dep under mf/ , as we have multiple rules generating .dep files. (issue 99300043)
Date: Fri, 16 May 2014 09:05:03 +0000

Reviewers: ,

Description:
Leave extension in .dep under mf/ , as we have multiple rules generating
.dep files.

Please review this at https://codereview.appspot.com/99300043/

Affected files (+3, -2 lines):
  M stepmake/stepmake/metafont-vars.make


Index: stepmake/stepmake/metafont-vars.make
diff --git a/stepmake/stepmake/metafont-vars.make b/stepmake/stepmake/metafont-vars.make index 73f35a53ed68cd0490ccaa367b5f58fe83739492..1e50a183f53e912a9edcb64764177b8c9f8980e9 100644
--- a/stepmake/stepmake/metafont-vars.make
+++ b/stepmake/stepmake/metafont-vars.make
@@ -34,5 +34,6 @@ $(foreach f, $(shell test -f $(1) && sed -ne "/^[[:space:]]*input[[:space:]]/s/^
 )

# Find dependencies for the target $@, based on the metafont source file $<,
-# and write the dependencies to a .dep file.
-DO_MF_DEP = ( echo ./$@: $(call scan-mf,$<) > $(basename $@).dep ) &&
+# and write the dependencies to a .dep file. We cannot strip the extension of $@,
+# because we have multiple rules generating .dep files.
+DO_MF_DEP = ( echo ./$@: $(call scan-mf,$<) > address@hidden ) &&





reply via email to

[Prev in Thread] Current Thread [Next in Thread]