X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Ftoplevel-targets.make;h=b1a05f0d0bb5c95425097cbe9be5dd855169aa43;hb=c20fff645e325d392d2588721144f4204d0ef9da;hp=d2748a97a3280e2e16ea575485ba9b2c40b2fe11;hpb=3c6c00c08ff31f57ec8d88450b4e4e7917bc4f3e;p=lilypond.git diff --git a/stepmake/stepmake/toplevel-targets.make b/stepmake/stepmake/toplevel-targets.make index d2748a97a3..b1a05f0d0b 100644 --- a/stepmake/stepmake/toplevel-targets.make +++ b/stepmake/stepmake/toplevel-targets.make @@ -2,8 +2,6 @@ install-doc: uninstall-doc: -local-dist: configure - local-distclean: rm -f config.hh config.make Makefile GNUmakefile \ config.cache config.status config.log index.html \ @@ -44,16 +42,6 @@ ifeq ($(strip $(SRCMAKE)),) $(MAKE) final-install endif -local-dist: top-doc - -dist: - rm -rf $(distdir) - $(MAKE) local-dist $(distdir) - 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) - rm -rf $(distdir) - local-help: @echo " config rerun configure" @echo " dist roll tarball: $(depth)/$(outdir)/$(distname).tar.gz"