remove BMAKE (build make): a cc compiler should use own make

This commit is contained in:
Igor Sysoev
2009-05-10 18:35:08 +00:00
parent dbebf0bdbc
commit 98c4dd7c60
3 changed files with 11 additions and 26 deletions

View File

@@ -124,25 +124,14 @@ ngx_binout="-Fe"
ngx_objext="obj"
ngx_binext=".exe"
if [ "$BMAKE" = nmake ]; then
# MS nmake
ngx_long_start='@<<
ngx_long_start='@<<
'
ngx_long_end='<<'
ngx_long_regex_cont=' \
ngx_long_end='<<'
ngx_long_regex_cont=' \
'
ngx_long_cont='
ngx_long_cont='
'
else
# Borland make
ngx_long_start='@&&|
'
ngx_long_end='|'
fi
# MSVC understand / in path
#ngx_regex_dirsep='\\'
#ngx_dirsep="\\"