Move generic buildout stuff into Makefile.buildout
[zope-bootstrap.git] / Makefile.master
index 22ff4b6..bbd6344 100644 (file)
@@ -160,8 +160,6 @@ update-hook::
 .PHONY: update-hook
 
 bootstrap::
-       sed -i -e '1s/^#!.*\/python/#!$(subst /,\/,$(PYTHON))/' $(PYTHON_DIR)/bin/*
-       $(PYTHON) -c 'from zc.buildout.buildout import main; main(["bootstrap"])'
 .PHONY: bootstrap
 
 update:: update-hook
@@ -180,7 +178,6 @@ endef
        @$(gitignore) "*.pyc"
        @$(gitignore) "*.egg-info/"
        @$(gitignore) "/.env"
-       @$(gitignore) "/.nonet.cfg"
 
 define env
     _env () {                                                  \