Fix clean target
[zope-bootstrap.git] / Makefile.pybase
index 75333a7..6a7a0b5 100644 (file)
@@ -48,7 +48,6 @@ endef
 # with that name already exists.
 define install
     _install() {                                                                       \
-       echo $(PIP_CACHE_FILES);                                                        \
        echo "$(PIP) install --download-cache="$(DLCACHE)/pip" $(PIP_OPTS) $$1";        \
        $(PIP) install --download-cache="$(DLCACHE)/pip" $(PIP_OPTS) "$$1";             \
        cd $(DLCACHE)/pip;                                                              \
@@ -131,7 +130,8 @@ eggs::
 .env::
        @$(env) PATH $(BASEDIR)/$(PYTHON_DIR)/bin
 
-clean:: python-clean
+clean::
+       rm -rf "$(PYTHON_DIR)"
 
 setup:: pybase