[Commits] (vajda) added upload target and added missing wx libs for
OS X
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 16 10:54:15 PDT 2004
Commit by: vajda
Modified files:
internal/Makefile 1.2 1.3
internal/PyLucene/Makefile 1.12 1.13
internal/UUIDext/Makefile 1.2 1.3
internal/wx/Makefile 1.4 1.5
Log message:
added upload target and added missing wx libs for OS X
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
http://cvs.osafoundation.org/index.cgi/internal/PyLucene/Makefile.diff?r1=text&tr1=1.12&r2=text&tr2=1.13
http://cvs.osafoundation.org/index.cgi/internal/UUIDext/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
http://cvs.osafoundation.org/index.cgi/internal/wx/Makefile.diff?r1=text&tr1=1.4&r2=text&tr2=1.5
Index: internal/Makefile
diff -u internal/Makefile:1.2 internal/Makefile:1.3
--- internal/Makefile:1.2 Wed Apr 14 23:01:33 2004
+++ internal/Makefile Fri Apr 16 10:53:33 2004
@@ -24,3 +24,9 @@
do \
$(MAKE) -C $$system -k DEBUG=$(DEBUG) clean; \
done
+
+upload:
+ @for system in $(SYSTEMS); \
+ do \
+ $(MAKE) -C $$system DEBUG=$(DEBUG) upload; \
+ done
Index: internal/UUIDext/Makefile
diff -u internal/UUIDext/Makefile:1.2 internal/UUIDext/Makefile:1.3
--- internal/UUIDext/Makefile:1.2 Wed Apr 14 23:01:35 2004
+++ internal/UUIDext/Makefile Fri Apr 16 10:53:36 2004
@@ -18,3 +18,6 @@
clean:
rm -rf $(BUILD)
+
+upload: UUIDext-$(SNAP)-$(RELVER).tar.gz
+ scp UUIDext-$(SNAP)-$(RELVER).tar.gz $(UPLOAD)
Index: internal/wx/Makefile
diff -u internal/wx/Makefile:1.4 internal/wx/Makefile:1.5
--- internal/wx/Makefile:1.4 Wed Apr 14 23:01:36 2004
+++ internal/wx/Makefile Fri Apr 16 10:53:38 2004
@@ -77,7 +77,8 @@
$(SNAP)/$(SITE)/wx \
$(SNAP)/$(SITE)/wxPython \
$(SNAP)/lib/libwx_mac* \
- $(SNAP)/share
+ $(SNAP)/lib/libwx_base_carbon* \
+ $(SNAP)/share/locale
else
@@ -132,3 +133,6 @@
endif
build: wxWidgets wxPython
+
+upload: wxPython-$(SNAP)-$(RELVER).tar.gz
+ scp wxPython-$(SNAP)-$(RELVER).tar.gz $(UPLOAD)
Index: internal/PyLucene/Makefile
diff -u internal/PyLucene/Makefile:1.12 internal/PyLucene/Makefile:1.13
--- internal/PyLucene/Makefile:1.12 Wed Apr 14 23:01:34 2004
+++ internal/PyLucene/Makefile Fri Apr 16 10:53:35 2004
@@ -96,3 +96,6 @@
clean:
rm -rf $(BUILD)
+
+upload: PyLucene-$(SNAP)-$(RELVER).tar.gz
+ scp PyLucene-$(SNAP)-$(RELVER).tar.gz $(UPLOAD)
More information about the Commits
mailing list