mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
make buildconf actually work
This commit is contained in:
parent
563e7822fd
commit
fa453d5abd
@ -22,17 +22,16 @@ SUBDIRS = Zend TSRM
|
|||||||
|
|
||||||
STAMP = buildmk.stamp
|
STAMP = buildmk.stamp
|
||||||
|
|
||||||
ALWAYS = generated_lists
|
all: $(STAMP) generated_lists
|
||||||
|
|
||||||
|
|
||||||
all: $(STAMP) $(ALWAYS)
|
|
||||||
@$(MAKE) -s -f build/build2.mk
|
@$(MAKE) -s -f build/build2.mk
|
||||||
|
|
||||||
generated_lists:
|
generated_lists: ALWAYS
|
||||||
@echo makefile_am_files = Zend/Makefile.am TSRM/Makefile.am > $@
|
@echo makefile_am_files = Zend/Makefile.am TSRM/Makefile.am > $@
|
||||||
@echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
|
@echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
|
||||||
Zend/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@
|
Zend/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@
|
||||||
|
|
||||||
|
ALWAYS:
|
||||||
|
|
||||||
$(STAMP): build/buildcheck.sh
|
$(STAMP): build/buildcheck.sh
|
||||||
@build/buildcheck.sh $(STAMP)
|
@build/buildcheck.sh $(STAMP)
|
||||||
|
|
||||||
|
@ -50,5 +50,6 @@ aclocal.m4: configure.in acinclude.m4
|
|||||||
|
|
||||||
configure: aclocal.m4 configure.in $(config_m4_files)
|
configure: aclocal.m4 configure.in $(config_m4_files)
|
||||||
@echo rebuilding $@
|
@echo rebuilding $@
|
||||||
|
@rm -f $@
|
||||||
$(PHP_AUTOCONF) $(SUPPRESS_WARNINGS)
|
$(PHP_AUTOCONF) $(SUPPRESS_WARNINGS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user