CVSROOT:        /cvsroot/lilypond
Module name:    installers
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/07/24 06:21:44

Modified files:
        windows/extra  : guile 
        windows        : GNUmakefile ChangeLog 

Log message:
        * GNUmakefile (default): Remove setup.
        
        * extra/guile (build_depends): Autoupdate is for pristine tarball
        only.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/extra/guile.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/GNUmakefile.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/ChangeLog.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: installers/windows/ChangeLog
diff -u installers/windows/ChangeLog:1.29 installers/windows/ChangeLog:1.30
--- installers/windows/ChangeLog:1.29   Sat Jul 23 09:03:56 2005
+++ installers/windows/ChangeLog        Sun Jul 24 06:21:44 2005
@@ -1,3 +1,10 @@
+2005-07-24  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
+
+       * GNUmakefile (default): Remove setup.
+
+       * extra/guile (build_depends): Autoupdate is for pristine tarball
+       only.
+
 2005-07-23  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
        * GNUmakefile: Bugfixes and cleanup.
Index: installers/windows/GNUmakefile
diff -u installers/windows/GNUmakefile:1.24 installers/windows/GNUmakefile:1.25
--- installers/windows/GNUmakefile:1.24 Sat Jul 23 19:49:11 2005
+++ installers/windows/GNUmakefile      Sun Jul 24 06:21:44 2005
@@ -66,7 +66,7 @@
 .PRECIOUS: $(packages:%=$(escaped-upload-dir)/%/setup.hint) nsis/upgrade.nsi
 .PRECIOUS: $(packages:%=$(src-dir)/.%-stamp) nsis/upgrade.nsi
 
-default: setup all
+default: all
 
 all: $(installer) $(upgrader)
 $(installer): $(nsis-packages:%=$(nsis-root)/etc/setup/%.lst.gz) 
nsis/lilypond.nsi
Index: installers/windows/extra/guile
diff -u installers/windows/extra/guile:1.8 installers/windows/extra/guile:1.9
--- installers/windows/extra/guile:1.8  Thu Jun  9 22:13:41 2005
+++ installers/windows/extra/guile      Sun Jul 24 06:21:44 2005
@@ -31,8 +31,10 @@
        build_cxx="$target-gcc"
     fi
     
-    # mv libtool fix    
-    autoupdate
+    # mv libtool fix
+
+    # this only for pristine tarball
+    # autoupdate
 
     # guile-1.6.4 is fine with EXEEXT=.exe.  However, now (20030717),
     # libtool-CVS needs to be told what AS we're using.


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to