diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-19 18:13:54 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-19 18:13:54 +0300 |
| commit | 4275d0a8a00090b31d34ace8ddc95412cc6c700a (patch) | |
| tree | ec5b9a8dc9b77723249e976750f3d29685688eba /auto/make | |
| parent | 7b232ef5aa31e228da64ae6dce3873ccedbfb2c0 (diff) | |
| download | nginx-4275d0a8a00090b31d34ace8ddc95412cc6c700a.tar.gz nginx-4275d0a8a00090b31d34ace8ddc95412cc6c700a.tar.bz2 | |
Configure: added "build" target.
The "build" target introduced to do all build-related tasks, and
it is now used in Makefile and in objs/Makefile as a dependency for
the "install" target.
In particular, this resolves problems as observed with dynamic modules
by people trying to do "make install" without calling "make" first.
Diffstat (limited to '')
| -rw-r--r-- | auto/make | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -223,6 +223,10 @@ ngx_main_link=${MAIN_LINK:+`echo $MAIN_LINK \ cat << END >> $NGX_MAKEFILE +build: binary modules manpage + +binary: $NGX_OBJS${ngx_dirsep}nginx${ngx_binext} + $NGX_OBJS${ngx_dirsep}nginx${ngx_binext}: $ngx_deps$ngx_spacer \$(LINK) ${ngx_long_start}${ngx_binout}$NGX_OBJS${ngx_dirsep}nginx$ngx_long_cont$ngx_objs$ngx_libs$ngx_link$ngx_main_link $ngx_rcc |
