do not unshallow
authorMichael Wallner <mike@php.net>
Tue, 12 Jan 2021 18:31:56 +0000 (19:31 +0100)
committerMichael Wallner <mike@php.net>
Tue, 12 Jan 2021 18:31:56 +0000 (19:31 +0100)
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
 .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:
 
 .PHONY: pecl-clean
 pecl-clean: