summaryrefslogtreecommitdiffhomepage
path: root/auto/cc
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-10 18:35:08 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-10 18:35:08 +0000
commit98c4dd7c60b518c2a9e292a2b17ac1860c03ded8 (patch)
tree53ce742c2a3c1fc757bebb85b71fcb69784a52c6 /auto/cc
parentdbebf0bdbc6ca9c996058b76ad89cf4d4441f7b4 (diff)
downloadnginx-98c4dd7c60b518c2a9e292a2b17ac1860c03ded8.tar.gz
nginx-98c4dd7c60b518c2a9e292a2b17ac1860c03ded8.tar.bz2
remove BMAKE (build make): a cc compiler should use own make
Diffstat (limited to 'auto/cc')
-rw-r--r--auto/cc/msvc19
-rw-r--r--auto/cc/owc6
2 files changed, 10 insertions, 15 deletions
diff --git a/auto/cc/msvc b/auto/cc/msvc
index d002bec38..11c4682cf 100644
--- a/auto/cc/msvc
+++ b/auto/cc/msvc
@@ -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="\\"
diff --git a/auto/cc/owc b/auto/cc/owc
index 1a5fa210b..bd0cd40c2 100644
--- a/auto/cc/owc
+++ b/auto/cc/owc
@@ -87,3 +87,9 @@ ngx_binext=".exe"
ngx_regex_dirsep='\\'
ngx_dirsep="\\"
+
+ngx_regex_cont=' '
+ngx_long_regex_cont=' '
+ngx_cont=' '
+ngx_long_cont=' '
+ngx_tab=' '