[Commits] (vajda) also snap include/python so that extensions can
be built with Chandler's python
commits at osafoundation.org
commits at osafoundation.org
Tue Mar 16 15:29:12 PST 2004
Commit by: vajda
Modified files:
external/python/Makefile 1.9 1.10
Log message:
also snap include/python so that extensions can be built with Chandler's python
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/python/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.10
Index: external/python/Makefile
diff -u external/python/Makefile:1.9 external/python/Makefile:1.10
--- external/python/Makefile:1.9 Tue Mar 16 15:06:57 2004
+++ external/python/Makefile Tue Mar 16 15:28:41 2004
@@ -66,7 +66,9 @@
snap:
cd $(BUILD_ROOT); \
tar -cvzf $(PYTHON)/$(SNAP).tar.gz \
- $(SNAP)/bin/idle $(SNAP)/bin/python* $(SNAP)/lib/python* \
+ $(SNAP)/bin/idle $(SNAP)/bin/python* \
+ $(SNAP)/lib/python* \
+ $(SNAP)/include/python* \
-X $(PYTHON)/xcludes
expand: Python-$(VERSION).tgz
More information about the Commits
mailing list