Skip to content

Commit

Permalink
make buildconf actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Jan 30, 2015
1 parent 563e782 commit fa453d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ SUBDIRS = Zend TSRM

STAMP = buildmk.stamp

ALWAYS = generated_lists


all: $(STAMP) $(ALWAYS)
all: $(STAMP) generated_lists
@$(MAKE) -s -f build/build2.mk

generated_lists:
generated_lists: ALWAYS
@echo makefile_am_files = Zend/Makefile.am TSRM/Makefile.am > $@
@echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
Zend/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@

ALWAYS:

$(STAMP): build/buildcheck.sh
@build/buildcheck.sh $(STAMP)

Expand Down
1 change: 1 addition & 0 deletions build/build2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ aclocal.m4: configure.in acinclude.m4

configure: aclocal.m4 configure.in $(config_m4_files)
@echo rebuilding $@
@rm -f $@
$(PHP_AUTOCONF) $(SUPPRESS_WARNINGS)

0 comments on commit fa453d5

Please sign in to comment.