CVSROOT: /cvsroot/lilypond
Module name: installers
Branch:
Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/07/23 09:13:47
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.20&tr2=1.21&r1=text&r2=text
Patches:
Index: installers/windows/GNUmakefile
diff -u installers/windows/GNUmakefile:1.20 installers/windows/GNUmakefile:1.21
--- installers/windows/GNUmakefile:1.20 Sat Jul 23 09:03:56 2005
+++ installers/windows/GNUmakefile Sat Jul 23 09:13:47 2005
@@ -66,20 +66,18 @@
.PRECIOUS: $(packages:%=$(escaped-upload-dir)/%/setup.hint) nsis/upgrade.nsi
.PRECIOUS: $(packages:%=$(src-dir)/.%-stamp) nsis/upgrade.nsi
+setup = .setup-stamp
default: setup all
setup: .setup-stamp $(target-root)/.stamp $(nsis-root)/.stamp
- mkdir -p $(src-dir) $(build-dir)/build $(upload-dir)
- $(MAKE) short-circuit= upset
- $(ASSUME_OLD)
all: $(installer) $(upgrader)
$(installer): $(nsis-packages:%=$(nsis-root)/etc/setup/%.lst.gz)
nsis/lilypond.nsi
$(upgrader): $(nsis-packages-upgrade:%=$(nsis-root)/etc/setup/%.lst.gz)
-clean:## upset
+clean:
rm -rf $(target-root)/var/cache/setup $(nsis-root) $(nsis-root)-upgrade
$(installer) $(upgrader) nsis/lilypond.nsi nsis/upgrade.nsi
realclean: clean
@@ -100,8 +98,8 @@
.setup-stamp:
ln -sf cyg-apt $(bin-dir)/min-apt
- mkdir -p $(upload-dir) $(src-dir)
- mkdir -p mingw/uploads
+ mkdir -p $(upload-dir) $(src-dir) $(build-dir)/build
+ $(MAKE) short-circuit= upset
$(ASSUME_OLD)
$(target-root)/.stamp:
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs