[Zope3-checkins] SVN: Zope3/trunk/Makefile remove bin/zopectl target; that is part of the checkout now

Fred L. Drake, Jr. fdrake at gmail.com
Thu Oct 21 17:20:51 EDT 2004


Log message for revision 28237:
  remove bin/zopectl target; that is part of the checkout now

Changed:
  U   Zope3/trunk/Makefile

-=-
Modified: Zope3/trunk/Makefile
===================================================================
--- Zope3/trunk/Makefile	2004-10-21 20:03:53 UTC (rev 28236)
+++ Zope3/trunk/Makefile	2004-10-21 21:20:51 UTC (rev 28237)
@@ -13,20 +13,13 @@
 build:
 	$(PYTHON) setup.py $(SETUPFLAGS) build
 
-runners: bin/runzope bin/zopectl
+runners: bin/runzope
 
 bin/runzope: Makefile
 	echo "#!/bin/sh" > bin/runzope;
 	echo "exec $(PYTHON) z3.py" >> bin/runzope;
 	chmod +x bin/runzope
 
-bin/zopectl: Makefile
-	echo "#!/bin/sh" > bin/zopectl;
-	echo "$(PYTHON) $(PWD)/src/zdaemon/zdctl.py \
-	      -S schema.xml \
-	      -C zdaemon.conf -d \$$*" >> bin/zopectl
-	chmod +x bin/zopectl 
-
 test_build: build
 	$(PYTHON) test.py $(TESTFLAGS) $(TESTOPTS)
 



More information about the Zope3-Checkins mailing list