projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
5ef5078
)
administrativa
author
Michael Wallner
<mike@php.net>
Thu, 22 Nov 2018 16:34:23 +0000
(17:34 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 4 Dec 2018 11:13:49 +0000
(12:13 +0100)
Makefile.frag
patch
|
blob
|
history
diff --git
a/Makefile.frag
b/Makefile.frag
index 59f2b0609eee4a2921ffa8181c2a11dc6eb846e4..64dd4a2fd44cbb82eda49c7ed9d3f3eae889985d 100644
(file)
--- a/
Makefile.frag
+++ b/
Makefile.frag
@@
-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 \
@@
-101,3
+95,9
@@
psi-paranoid-backups:
done; \
fi
+install-headers: psi-build-headers
+clean: psi-clean-headers
+ifneq ($(PSI_DEPS),)
+clean: psi-clean-depend
+endif
+