X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=74f255139382183558ed5e908f092cb137d19eb5;hb=94cc120b230eddda7a272b3883919456ba07e31e;hp=312eed4e5c0f99dc723ffbfef3855359cd080b93;hpb=d148d68a4f56fe324b483df82d562dd3517744dc;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 312eed4e5c..74f2551393 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -40,7 +40,8 @@ include $(depth)/make/stepmake.make dist: local-dist $(GENERATED_BUILD_FILES) top-doc refresh-release-files .gitfilelist @cd $(top-src-dir) && \ - if [[ `find . -name .git` && (`git diff HEAD` || `git status | grep -i "untracked"`) ]]; \ + if test -n "`find . -name .git`" -a '(' -n "`git diff HEAD | head -1`" \ + -o -n "`git status | grep -i untracked`" ')'; \ then echo "*** dist must been rolled on a clean git tree;"; \ echo "uncommitted changes or untracked files detected, aborting."; \ exit 1; fi @@ -51,7 +52,7 @@ dist: local-dist $(GENERATED_BUILD_FILES) top-doc refresh-release-files .gitfile $(LN) $(TOPDOC_TXT_FILES) $(distdir) $(LN) $(GENERATED_BUILD_FILES:%=$(src-dir)/%) .gitfilelist $(distdir) cd $(top-src-dir) && xargs $(buildscript-dir)/mass-link hard . $(distdir) <$(top-build-dir)/.gitfilelist - if [[ `find $(top-src-dir) -name .git` ]]; then \ + if test -n "`find $(top-src-dir) -name .git`"; then \ COMMIT_DATE=`git --git-dir=$(top-src-dir)/.git log -1 --format=%cD`; \ find $(distdir) | xargs touch -d "$$COMMIT_DATE"; fi (cd ./$(depth)/$(outdir); $(TAR) -cf - --owner=0 --group=0 $(DIST_NAME) | gzip -9 > $(DIST_NAME).tar.gz) @@ -306,32 +307,9 @@ test: $(MAKE) -C input/regression/abc2ly out=test local-test $(MAKE) -C input/regression/lilypond-book out=test local-test -ifndef BASELINE_COMMIT -BASELINE_COMMIT:=HEAD -endif - -ifdef LILYPOND_BASELINES -BASELINE_ARCHIVE:=$(LILYPOND_BASELINES)/baseline-$(shell git rev-list -1 $(BASELINE_COMMIT)).tar.gz - -test-baseline: $(BASELINE_ARCHIVE) - tar xzf $(BASELINE_ARCHIVE) - $(MAKE) test-snippets-clean - -$(BASELINE_ARCHIVE): - $(MAKE) test-baseline-create - tar czf $(BASELINE_ARCHIVE) input/regression/out-test-baseline \ - input/regression/midi/out-test-baseline \ - input/regression/musicxml/out-test-baseline \ - input/regression/abc2ly/out-test-baseline \ - input/regression/lilypond-book/out-test-baseline -else -test-baseline: test-baseline-create - $(MAKE) test-snippets-clean -endif - -test-baseline-create: +test-baseline: @if test -d .git ; then \ - $(if $(shell git diff $(BASELINE_COMMIT)), echo "commit before base lining" && false,true) ; \ + $(if $(shell git diff), echo "commit before base lining" && false,true) ; \ fi $(MAKE) $(MAKE) test @@ -340,6 +318,8 @@ test-baseline-create: $(MAKE) out=test -C input/regression/musicxml local-test-baseline $(MAKE) out=test -C input/regression/abc2ly local-test-baseline $(MAKE) out=test -C input/regression/lilypond-book local-test-baseline + $(MAKE) test-snippets-clean + local-check: test rm -rf $(RESULT_DIR)