From: Han-Wen Nienhuys Date: Sun, 26 Nov 2006 17:04:20 +0000 (+0100) Subject: remove $(release-dir)/ ; must contain actions within build or srcdir X-Git-Tag: release/2.11.0-1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f7343c6c81e75989d087cab3557d6a8527609af;p=lilypond.git remove $(release-dir)/ ; must contain actions within build or srcdir --- diff --git a/stepmake/stepmake/generic-vars.make b/stepmake/stepmake/generic-vars.make index c61fa5ec82..834a527409 100644 --- a/stepmake/stepmake/generic-vars.make +++ b/stepmake/stepmake/generic-vars.make @@ -45,7 +45,6 @@ INSTALLPY=$(PYTHON) $(step-bindir)/install.py -c INSTALL=$(INSTALLPY) group-dir = $(shell cd $(DEPTH);pwd)/.. -release-dir = $(group-dir)/releases patch-dir = $(group-dir)/patches rpm-sources = $(release-dir) rpm-build = $(group-dir)/RedHat/BUILD diff --git a/stepmake/stepmake/toplevel-targets.make b/stepmake/stepmake/toplevel-targets.make index 5d404ec682..69e08c6ef7 100644 --- a/stepmake/stepmake/toplevel-targets.make +++ b/stepmake/stepmake/toplevel-targets.make @@ -50,9 +50,6 @@ dist: chmod -R a+r $(distdir) chmod a+x `find $(distdir) -type d -print` (cd ./$(depth)/$(outdir); $(TAR) -cf - --owner=0 --group=0 $(DIST_NAME) | gzip -9 > $(DIST_NAME).tar.gz) -# ugh. -# Can't compare "stage1" dist with "stage2" dist in this way? - -ln -f $(depth)/$(outdir)/$(distname).tar.gz $(release-dir) rm -rf $(distdir)/ #