[Commits] (vajda) added upload target
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 16 10:52:02 PDT 2004
Commit by: vajda
Modified files:
external/Makefile 1.15 1.16
external/Makefile.inc 1.3 1.4
Log message:
added upload target
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.15&r2=text&tr2=1.16
http://cvs.osafoundation.org/index.cgi/external/Makefile.inc.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
Index: external/Makefile.inc
diff -u external/Makefile.inc:1.3 external/Makefile.inc:1.4
--- external/Makefile.inc:1.3 Wed Apr 14 22:02:39 2004
+++ external/Makefile.inc Fri Apr 16 10:51:30 2004
@@ -23,17 +23,21 @@
ifeq ($(OS),Cygwin)
PYTHON:=$(PREFIX)/bin/$(PYTHON).exe
SITE=bin/Lib/site-packages
+PLATFORM=windows
else
ifeq ($(OS),Darwin)
FRAMEWORK=Library/Frameworks/Python.framework/Versions/2.3
PYTHON:=$(PREFIX)/$(FRAMEWORK)/bin/$(PYTHON)
SITE=$(FRAMEWORK)/lib/python2.3/site-packages
+PLATFORM=macosx
else
PYTHON:=$(PREFIX)/bin/$(PYTHON)
SITE=lib/python2.3/site-packages
+PLATFORM=linux
endif
endif
+UPLOAD=builder at builds.osafoundation.org:/www/docs/external/$(PLATFORM)
.PHONY: default all build compile install clean env
Index: external/Makefile
diff -u external/Makefile:1.15 external/Makefile:1.16
--- external/Makefile:1.15 Thu Apr 15 17:33:49 2004
+++ external/Makefile Fri Apr 16 10:51:30 2004
@@ -89,3 +89,6 @@
gcc-3.4-20040107.tar.bz2:
curl -O $(HOST)/osx/gcc-3.4-20040107.tar.bz2
endif
+
+upload: $(SNAP)-$(VERSION).tar.gz
+ scp $(SNAP)-$(VERSION).tar.gz $(UPLOAD)
More information about the Commits
mailing list