[Commits] (markie) Enable updates for bugs 1735, 1475 and 1711
commits at osafoundation.org
commits at osafoundation.org
Fri Aug 13 12:36:59 PDT 2004
Commit by: markie
Modified files:
chandler/Makefile 1.30 1.31
Log message:
Enable updates for bugs 1735, 1475 and 1711
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/Makefile.diff?r1=text&tr1=1.30&r2=text&tr2=1.31
Index: chandler/Makefile
diff -u chandler/Makefile:1.30 chandler/Makefile:1.31
--- chandler/Makefile:1.30 Wed Aug 4 22:57:51 2004
+++ chandler/Makefile Fri Aug 13 12:36:58 2004
@@ -3,10 +3,11 @@
# It should *not* be made to depend on external/internal
# When a version changes, the ARCHIVES list below needs to be updated.
#
-ARCHIVES=../$(SNAP)-0.3-12.tar.gz \
+ARCHIVES=../$(SNAP)-0.3-13.tar.gz \
../wxPython-$(SNAP)-2.5-4.tar.gz \
../UUIDext-$(SNAP)-0.3-2.tar.gz \
../m2crypto-$(SNAP)-0.12-1.tar.gz \
+ ../QueryParser-$(SNAP)-0.1-1.tar.gz \
../Launchers-$(SNAP)-0.3-4.tar.gz
OS=$(shell uname)
@@ -27,11 +28,15 @@
ifeq ($(OS),Darwin)
PLATFORM=macosx
+FRAMEWORK=Library/Frameworks/Python.framework/Versions/2.3
+SITE=$(FRAMEWORK)/lib/python2.3/site-packages
else
ifeq ($(OS),Cygwin)
PLATFORM=windows
+SITE=bin/Lib/site-packages
else
PLATFORM=linux
+SITE=lib/python2.3/site-packages
endif
endif
@@ -57,6 +62,7 @@
echo 'Do |grep "^C " ../cvsco.log| to check for potential conflicts'
install: $(ARCHIVES) $(notdir $(ARCHIVES))
+ cp $(SNAP)/$(SITE)/QueryParser.py repository/query/parser/
clean:
rm -rf $(SNAP); \
More information about the Commits
mailing list