CVSROOT:        /cvsroot/lilypond
Module name:    installers
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/07/25 22:03:18

Modified files:
        windows        : GNUmakefile ChangeLog 

Log message:
        Bugfix for remote mirror (the default after make
        realclean).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/GNUmakefile.diff?tr1=1.27&tr2=1.28&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/ChangeLog.diff?tr1=1.33&tr2=1.34&r1=text&r2=text

Patches:
Index: installers/windows/ChangeLog
diff -u installers/windows/ChangeLog:1.33 installers/windows/ChangeLog:1.34
--- installers/windows/ChangeLog:1.33   Mon Jul 25 21:35:10 2005
+++ installers/windows/ChangeLog        Mon Jul 25 22:03:18 2005
@@ -1,5 +1,8 @@
 2005-07-25  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
+       * GNUmakefile: Bugfix for remote mirror (the default after make
+       realclean).
+
        * mknetrel/libtool: Bugfix in fixup: use -lname instead of
        absolute library name with altered [cross] root.  More fixes for
        libtool output of glib and pango.
Index: installers/windows/GNUmakefile
diff -u installers/windows/GNUmakefile:1.27 installers/windows/GNUmakefile:1.28
--- installers/windows/GNUmakefile:1.27 Sun Jul 24 09:07:30 2005
+++ installers/windows/GNUmakefile      Mon Jul 25 22:03:18 2005
@@ -62,7 +62,7 @@
 installer = $(build-dir)/setup.exe
 upgrader = $(build-dir)/upgrade.exe
 
-.PHONY: all clean nsis-root target-root upset $(packages)
+.PHONY: all clean nsis-root real-clean target-root upset $(packages)
 .PRECIOUS: $(packages:%=$(escaped-upload-dir)/%/setup.hint) nsis/upgrade.nsi
 .PRECIOUS: $(packages:%=$(src-dir)/.%-stamp) nsis/upgrade.nsi
 
@@ -153,7 +153,7 @@
        rm -f nsis/upgrade.nsi nsis/lilypond.nsi
 endif
 
-$(src-dir)/.%-stamp:
+$(src-dir)/.%-stamp: $(target-root)/.stamp
 ifeq ($(short-circuit),)
        name=$(shell expr $(notdir $@) : '.\(.*\)-stamp');\
        ball=$(upload-dir)/$$name/$$name-*[0-9]-src.tar.bz2;\


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to