CVSROOT:        /cvsroot/lilypond
Module name:    installers
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/07/23 19:49:12

Modified files:
        windows        : GNUmakefile 

Log message:
        Bugfixes and cleanup.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/GNUmakefile.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: installers/windows/GNUmakefile
diff -u installers/windows/GNUmakefile:1.23 installers/windows/GNUmakefile:1.24
--- installers/windows/GNUmakefile:1.23 Sat Jul 23 10:37:39 2005
+++ installers/windows/GNUmakefile      Sat Jul 23 19:49:11 2005
@@ -93,6 +93,8 @@
        cd $(dir $(upload-dir)) && $(UPSET) --nosetup-version uploads > 
uploads/../setup.ini
        $(APT) --root=$(target-root) update
        $(APT) --root=$(nsis-root) update
+else
+       [ -w $(target-root)/etc/setup/setup.ini ] && touch 
$(target-root)/etc/setup/setup.ini || :
 endif
 
 all-bin-balls = $$(find $(upload-dir)/$* -name '*bz2'\
@@ -124,10 +126,11 @@
        $(APT) --root=$(nsis-root) $(APT_INSTALL_FLAGS) install $*
 
 # setup build tree with binary packages from lilypond.org.
-short-circuit: $(target-root)
+short-circuit: $(target-root)/.stamp
        $(MAKE) short-circuit= upset
        $(APT) --root=$(target-root) install $$($(APT) --root=$(target-root) 
search | awk '{ print $$1 }')
        $(MAKE) short-circuit=1 all
+       touch $(target-root)/etc/setup/*.lst.gz $(upload-dir)/*/setup.hint
 
 $(installer): nsis/lilypond.nsi nsis/substitute.nsh
        $(MAKENSIS) $<


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

Reply via email to