[z3-checkins] r26783 - z3/sqlos/trunk

jinty at codespeak.net jinty at codespeak.net
Fri May 5 05:56:02 CEST 2006


Author: jinty
Date: Fri May  5 05:55:55 2006
New Revision: 26783

Modified:
   z3/sqlos/trunk/makefile
Log:
Cut un-necssary cruft not needed by the latest setuptools.

Modified: z3/sqlos/trunk/makefile
==============================================================================
--- z3/sqlos/trunk/makefile	(original)
+++ z3/sqlos/trunk/makefile	Fri May  5 05:55:55 2006
@@ -53,8 +53,7 @@
 
 .PHONY: develop
 develop: Zope3-build sqlos-meta
-	touch Zope3/src/easy-install.pth
-	PYTHONPATH=Zope3/src $(PYTHON) setup.py develop -S Zope3/src --install-dir Zope3/src
+	PYTHONPATH=Zope3/src $(PYTHON) setup.py develop --install-dir Zope3/src
 
 .PHONY: testall
 test: develop


More information about the z3-checkins mailing list