lilypond-devel
[Top][All Lists]
Advanced

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

Build: Version dependency for python modules (issue 1726). (issue 549006


From: julien . rioux
Subject: Build: Version dependency for python modules (issue 1726). (issue 5490067)
Date: Tue, 20 Dec 2011 19:11:57 +0000

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 $@






reply via email to

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