]> granicus.if.org Git - apache/commitdiff
Change to a more conventional, internal 'build' target name
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 29 Mar 2011 01:53:15 +0000 (01:53 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 29 Mar 2011 01:53:15 +0000 (01:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086463 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index d577a741bc1302a63a5f9214aba760a0c034cd7a..1d3f025617a741bd84d4e6939c32255de02840f4 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile for Windows NT and Windows 95/98/2000
 
 # Targets are:
-#   _apacher   - build Apache in Release mode
-#   _apached   - build Apache in Debug mode
+#   _buildr   - build Apache in Release mode
+#   _buildd   - build Apache in Debug mode
 #   installr   - build and install a Release build
 #   installd   - build and install a Debug build
 #   clean      - remove (most) generated files
@@ -57,7 +57,7 @@ USEMAK=0
 USEDSW=1
 !ENDIF
 
-default: _apacher
+default: _buildr
 
 !IF ("$(CTARGET)" == "") && ($(USESLN) == 1)
 CTARGET=/build
@@ -277,10 +277,10 @@ _browse:
          bscmake.exe -nologo -Iu -o Apache.bsc *.sbr
        cd ..
 
-_apacher: 
+_buildr: 
        @$(MAKE) $(MAKEOPT) -f Makefile.win SHORT=R LONG=Release _build
 
-_apached: 
+_buildd: 
        @$(MAKE) $(MAKEOPT) -f Makefile.win SHORT=D LONG=Debug   _build
 
 installr: