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

Modified files:
        windows        : GNUmakefile 

Log message:
        * GNUmakefile ($(src-dir)/.%-stamp): Copy tarball from download cache.
        
        * GNUmakefile (default): Remove setup.

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

Patches:
Index: installers/windows/GNUmakefile
diff -u installers/windows/GNUmakefile:1.26 installers/windows/GNUmakefile:1.27
--- installers/windows/GNUmakefile:1.26 Sun Jul 24 08:26:12 2005
+++ installers/windows/GNUmakefile      Sun Jul 24 09:07:30 2005
@@ -258,5 +258,6 @@
 # Building a package depends on an unpacked source tree
 $(foreach i, $(packages), $(eval $($(i)-build): $(src-dir)/.$(i)-stamp))
 
-mingw-build: $(target-root)/.stamp
-$(mingw-build): $(target-root)/.stamp
+# Installing a package depends on install root
+$(foreach i, $(packages), $(eval $($(i)-install): $(target-root)/.stamp))
+$(foreach i, $(nsis-packages), $(eval $($(i)-install): $(nsis-root)/.stamp))


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

Reply via email to