Reviewers: ,
Message:
Pretty self-explanatory but I forgot to publish.
Description:
Build: Version dependency for python modules (issue 1726).
Please review this at http://codereview.appspot.com/5490067/
Affected files:
M stepmake/stepmake/python-module-rules.make
Index: stepmake/stepmake/python-module-rules.make
diff --git a/stepmake/stepmake/python-module-rules.make
b/stepmake/stepmake/python-module-rules.make
index
f32732f5847cb9e9bc052036269d05177bebc14c..bf99f8feaa569204a5a343601ff98895705452eb
100644
--- a/stepmake/stepmake/python-module-rules.make
+++ b/stepmake/stepmake/python-module-rules.make
@@ -8,7 +8,7 @@ $(outdir)/%.pyc: $(outdir)/%.py
$(outdir)/%.pyo: $(outdir)/%.py
$(PYTHON) -O -c 'import py_compile; py_compile.compile ("$<")'
-$(outdir)/%.py: %.py $(config_make)
+$(outdir)/%.py: %.py $(config_make) $(depth)/VERSION
cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
chmod 755 $@
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel