]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/package.make
release: 1.1.8
[lilypond.git] / stepmake / stepmake / package.make
index 6db8e29491e2cee49f8f7577a7cefb005b7e96d6..4bf347e9aa14b87e4dabb6bceb5771d26c2ecc92 100644 (file)
@@ -17,8 +17,11 @@ deb:
          dpkg-buildpackage -b; \
        )'
 
-# makeflags=$(patsubst %==, %, $(patsubst %----,%,$(MAKEFLAGS:%=--%)))
-makeflags=$(patsubst %==, %, $(patsubst %----,%,$($(MAKEFLAGS:%=--%):--unix=)))
+# urg urg
+# this one works for unix (try 'make diff help==' or 'make diff release==')
+makeflags=$(patsubst %==, %, $(patsubst %----,%,$(MAKEFLAGS:%=--%)))
+# and this one for nt
+# makeflags=$(patsubst %==, %, $(patsubst %----,%,$($(MAKEFLAGS:%=--%):--unix%=%)))
 
 diff:
        $(PYTHON) $(step-bindir)/package-diff.py --package=$(topdir) $(makeflags)