cleanup
[zope-bootstrap.git] / Makefile
index 8ac9a4c..cb0cacd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,10 +17,10 @@ PYTHON       = $(BASEDIR)/$(PYTHON_DIR)/bin/python
 EASY_INSTALL = $(BASEDIR)/$(PYTHON_DIR)/bin/easy_install
 PASTER       = $(BASEDIR)/$(PYTHON_DIR)/bin/paster
 
-default: update
+default: update-nonet
 
 .PHONY: python-unpack python-build python setuptools eggs pil-unpack pil-build pil buildout \
-       bootstrap update update-nonet shell init
+       bootstrap update update-nonet shell init userinit
 
 python-unpack: $(PYTHON_DIR)/Python-$(PYTHON_VERSION)/README
 $(PYTHON_DIR)/Python-$(PYTHON_VERSION)/README:
@@ -79,12 +79,6 @@ bootstrap:
        @echo "/.installed.cfg" >>.gitignore
        @echo "*.pyc" >>.gitignore
 
-update:
-       bin/buildout
-
-update-nonet:
-       bin/buildout -No
-
 shell:
        @PATH=$(BASEDIR)/$(PYTHON_DIR)/bin:$(BASEDIR)/bin:$$PATH $$SHELL
 
@@ -92,10 +86,17 @@ init: python setuptools pil eggs buildout bootstrap userinit update .gitignore
 
 userinit::
 
+update::
+       bin/buildout
+
+update-nonet::
+       bin/buildout -No
+
 ###########################################################################
 
-userinit:: easyshop/README.txt
+easyshop-svn: easyshop/README.txt
 easyshop/README.txt:
        svn co $(EASYSHOP_URL) easyshop
 
-.PHONY: easyshop
+.PHONY: easyshop-svn
+userinit:: easyshop-svn