projects
/
m6w6
/
pecl-ci
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e337dcd
)
do not unshallow
author
Michael Wallner
<mike@php.net>
Tue, 12 Jan 2021 18:31:56 +0000
(19:31 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 12 Jan 2021 18:31:56 +0000
(19:31 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 8b49d3e47e760e4f4df935595f0808d71dc3342d..3b1e447fd26356ef5090529b4f032dc30823cf57 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-115,7
+115,6
@@
$(srcdir) $(extdir) $(with_config_file_scan_dir):
.PHONY: pecl-check
pecl-check:
@if test -z "$(PECL)"; then echo "No pecl extension specified, e.g. PECL=pecl_http:http"; exit 1; fi
- if test -d $(PECL_DIR)/.git; then cd $(PECL_DIR)/; git pull || test -z "$$CI"; fi
.PHONY: pecl-clean
pecl-clean: