changeset 3496:5b3bd5e06c63

set --platforms for lilypond.make update-versions
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Fri, 18 May 2007 10:34:05 -0300
parents 4286964469fc
children b8a30307b108
files lilypond.make
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lilypond.make	Fri May 18 10:33:42 2007 -0300
+++ b/lilypond.make	Fri May 18 10:34:05 2007 -0300
@@ -69,10 +69,10 @@
 ################
 
 unlocked-update-versions:
-	python gub/versiondb.py --dbfile $(LILYPOND_VERSIONS) --download 
-	python gub/versiondb.py --dbfile uploads/fontconfig.versions --download
-	python gub/versiondb.py --dbfile uploads/guile.versions --download
-	python gub/versiondb.py --dbfile uploads/libtool.versions --download
+	python gub/versiondb.py --dbfile $(LILYPOND_VERSIONS) --download  --platforms="$(PLATFORMS)"
+	python gub/versiondb.py --dbfile uploads/fontconfig.versions --download  --platforms="$(PLATFORMS)"
+	python gub/versiondb.py --dbfile uploads/guile.versions --download --platforms="$(PLATFORMS)"
+	python gub/versiondb.py --dbfile uploads/libtool.versions --download --platforms="$(PLATFORMS)"
 
 update-versions:
 	$(PYTHON) gub/with-lock.py --skip $(LILYPOND_VERSIONS).lock $(MAKE) unlocked-update-versions