changeset 3158:2b7e8e9189e4

Bugfix: rename BRANCH= to LILYPOND_BRANCH=. Fixes make -f lilypond.make all.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 16 Mar 2007 11:19:45 +0100
parents 4049978f5804
children 155f7e31174a
files README lilypond.make
diffstat 2 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Mar 16 10:55:01 2007 +0100
+++ b/README	Fri Mar 16 11:19:45 2007 +0100
@@ -78,7 +78,6 @@
 
   use mingit.make for building the MinGW version of Git.
 
-
 * Build everything 
 
   make -f <package>.make all
@@ -87,10 +86,6 @@
 
   uploads/
 
-
- 
-
-
 USAGE
 *****
 
--- a/lilypond.make	Fri Mar 16 10:55:01 2007 +0100
+++ b/lilypond.make	Fri Mar 16 11:19:45 2007 +0100
@@ -25,10 +25,9 @@
 LILYPOND_REPODIR=downloads/lilypond
 
 # for GIT
-BRANCH=master
+LILYPOND_BRANCH=master
+# LILYPOND_BRANCH=stable/2.10
 
-
-# BRANCH=stable/2.10
 MAKE += -f lilypond.make 
 LILYPOND_BRANCH_FILEIFIED=$(subst /,--,$(LILYPOND_BRANCH))