changeset 2464:824a2af357e9

Fallback for LILYPOND_VERSION, so that lilypondorg.py does not barf.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 24 Oct 2006 06:08:54 +0100
parents 700194706c93
children a35366de5b76
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Mon Oct 23 19:10:22 2006 +0100
+++ b/GNUmakefile	Tue Oct 24 06:08:54 2006 +0100
@@ -68,7 +68,7 @@
 
 -include local.make
 
-LILYPOND_VERSION=$(shell cat VERSION)
+LILYPOND_VERSION=$(shell cat VERSION || echo '0.0.0')
 VERSION:
 	PATH=$(CWD)/target/local/system/usr/bin/:$(PATH) \
 		$(PYTHON) test-lily/set-installer-version.py --branch $(LILYPOND_BRANCH) $(LILYPOND_GITDIR) $(LILYPOND_CVSDIR)