* threaded parser
[m6w6/ext-psi] / Makefile.frag
index f68503fc8811889ecbb8a4d06a8e2a4fa8aefca8..64dd4a2fd44cbb82eda49c7ed9d3f3eae889985d 100644 (file)
@@ -81,12 +81,6 @@ psi-clean: psi-clean-depend
 psi-watch:
        -while inotifywait -q -e modify -r $(PHP_PSI_SRCDIR); do $(MAKE); done
 
-install-headers: psi-build-headers
-clean: psi-clean-headers
-ifneq ($(PSI_DEPS),)
-clean: psi-clean-depend
-endif
-
 .PHONY: psi-paranoid-backups
 psi-paranoid-backups:
        @-if test -z "$(REPO)"; then \
@@ -94,10 +88,16 @@ psi-paranoid-backups:
                echo "Usage: make psi-paranoid-backups REPO=<repo to push to>"; \
                echo; \
        else \
-               echo "Watching $(PHP_PSI_SRCDIR) for changes to flush and push to $(REPO)"; \
+               echo "Watching $(PHP_PSI_SRCDIR) for changes to flush and push to $(REPO) ..."; \
                while inotifywait -q -e modify -r $(PHP_PSI_SRCDIR); do \
                        git ci -am flush; \
                        git push $(REPO); \
                done; \
        fi
 
+install-headers: psi-build-headers
+clean: psi-clean-headers
+ifneq ($(PSI_DEPS),)
+clean: psi-clean-depend
+endif
+