CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/04/18 18:36:08
Modified files:
. : SConstruct
Log message:
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/SConstruct.diff?tr1=1.75&tr2=1.76&r1=text&r2=text
Patches:
Index: lilypond/SConstruct
diff -u lilypond/SConstruct:1.75 lilypond/SConstruct:1.76
--- lilypond/SConstruct:1.75 Mon Apr 18 18:22:35 2005
+++ lilypond/SConstruct Mon Apr 18 18:36:08 2005
@@ -108,6 +108,8 @@
config_cache = 'scons.cache'
+if os.path.exists (config_cache) and 'config' in COMMAND_LINE_TARGETS:
+ os.unlink (config_cache)
# All config_vars can be set as ENVVAR, eg:
#
@@ -571,10 +573,17 @@
sys.stdout.write ('\n')
sys.stdout.write ('LilyPond configured')
sys.stdout.write ('\n')
- sys.stdout.write ('now run')
+ sys.stdout.write ('Now run')
sys.stdout.write ('\n')
sys.stdout.write (' scons [TARGET|DIR]...')
sys.stdout.write ('\n')
+ sys.stdout.write ('\n')
+ sys.stdout.write ('Examples:')
+ sys.stdout.write (' scons lily # build lilypond')
+ sys.stdout.write (' scons all # build everything')
+ sys.stdout.write (' scons doc # build documentation')
+ ## TODO
+ ## sys.stdout.write (' scons prefix=/usr DESTDIR=/tmp/pkg
all install')
Exit (0)
elif not env['checksums']:
# When using timestams, config.hh is NEW. The next
@@ -587,9 +596,6 @@
s = os.system (command)
Exit (s)
-
-if os.path.exists (config_cache) and 'config' in COMMAND_LINE_TARGETS:
- os.unlink (config_cache)
# WTF?
# scons: *** Calling Configure from Builders is not supported.
# env.Command (config_cache, None, configure)
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs