From: fred Date: Tue, 26 Mar 2002 21:28:05 +0000 (+0000) Subject: lilypond-1.0.17 X-Git-Tag: release/1.5.59~2824 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6a1b4bdc738fbf15cb6e448838f13fee0b909928;p=lilypond.git lilypond-1.0.17 --- diff --git a/make/GNUmakefile b/make/GNUmakefile index 4fb79e0c8e..b4e188d328 100644 --- a/make/GNUmakefile +++ b/make/GNUmakefile @@ -4,9 +4,5 @@ depth = .. STEPMAKE_TEMPLATES=makedir BLURBS=BLURB # COPERTINA FLAPTEKST -# ifneq ($(strip $(state-vector)),) -EXTRA_DIST_FILES = STATE-VECTOR -# endif - include $(depth)/make/stepmake.make diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 2e9645b6da..3ca5d629f1 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -84,12 +84,6 @@ doc++: (cd $(outdir); sh ../$(step-bindir)/tar-docxx.sh $(package)-$(TOPLEVEL_VERSION).tar.gz) -update-state-vector: -ifneq ($(strip $(state-vector)),) - if [ "`tail -1 $(state-vector)`" != "$(TOPLEVEL_VERSION)" ]; then\ - echo $(TOPLEVEL_VERSION) >> $(state-vector); \ - fi -endif local-dist: $(DIST_FILES) $(OUT_DIST_FILES) $(NON_ESSENTIAL_DIST_FILES) mkdir -p $(distdir)/$(localdir) diff --git a/stepmake/stepmake/toplevel-targets.make b/stepmake/stepmake/toplevel-targets.make index 374f10ef2b..b5423aa25d 100644 --- a/stepmake/stepmake/toplevel-targets.make +++ b/stepmake/stepmake/toplevel-targets.make @@ -27,7 +27,6 @@ WWW-clean: $(MAKE) CONFIGSUFFIX='www' clean dist: - $(MAKE) update-state-vector rm -rf $(distdir) $(MAKE) local-dist $(distdir) chmod -R a+r $(distdir)