mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
now we also test the generated makefiles in our test suite.
This commit is contained in:
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
.PHONY: all test
|
||||
.PHONY: all test try-luajit try-lua
|
||||
|
||||
all:
|
||||
./util/mirror-tarballs
|
||||
@ -10,5 +10,5 @@ try-luajit: all
|
||||
cd ngx_openresty-`./util/ver` && ./configure --with-luajit
|
||||
|
||||
try-lua: all
|
||||
cd ngx_openresty-`./util/ver` && ./configure
|
||||
cd ngx_openresty-`./util/ver` && ./configure && $(MAKE)
|
||||
|
||||
|
Reference in New Issue
Block a user