changeset 2825:bb05c0834c8c

remove BMAKE (build make): a cc compiler should use own make
author Igor Sysoev <igor@sysoev.ru>
date Sun, 10 May 2009 18:35:08 +0000
parents d106509491b5
children af09c0a26ed6
files auto/cc/msvc auto/cc/owc auto/make
diffstat 3 files changed, 11 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/auto/cc/msvc	Fri May 08 20:14:35 2009 +0000
+++ b/auto/cc/msvc	Sun May 10 18:35:08 2009 +0000
@@ -124,25 +124,14 @@
 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="\\"
--- a/auto/cc/owc	Fri May 08 20:14:35 2009 +0000
+++ b/auto/cc/owc	Sun May 10 18:35:08 2009 +0000
@@ -87,3 +87,9 @@
 
 ngx_regex_dirsep='\\'
 ngx_dirsep="\\"
+
+ngx_regex_cont=' '
+ngx_long_regex_cont=' '
+ngx_cont=' '
+ngx_long_cont=' '
+ngx_tab=' '
--- a/auto/make	Fri May 08 20:14:35 2009 +0000
+++ b/auto/make	Sun May 10 18:35:08 2009 +0000
@@ -23,22 +23,12 @@
 
 END
 
+
 if test -n "$NGX_PERL_CFLAGS"; then
     echo NGX_PERL_CFLAGS = $NGX_PERL_CFLAGS                   >> $NGX_MAKEFILE
     echo NGX_PM_CFLAGS = $NGX_PM_CFLAGS                       >> $NGX_MAKEFILE
 fi
 
-if [ "$BMAKE" = wmake ]; then
-    echo MAKE = wmake                                         >> $NGX_MAKEFILE
-
-    ngx_regex_cont=' '
-    ngx_long_regex_cont=' '
-    ngx_cont=' '
-    ngx_long_cont=' '
-    ngx_tab=' '
-
-fi
-
 
 # ALL_INCS, required by the addons and by OpenWatcom C precompiled headers