]> granicus.if.org Git - apache/commitdiff
Quit it with the noise :-)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 13 Jul 2002 06:01:10 +0000 (06:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 13 Jul 2002 06:01:10 +0000 (06:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96046 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index aa162a78de41d19c95199e92ccbb013450c6a3f3..6a0caefa195c41fc79e1648e835e998479e30168 100644 (file)
@@ -155,7 +155,7 @@ installd:
        $(MAKE) $(MAKEOPT) -f Makefile.win SHORT=D LONG=Debug   _build _install
 
 clean: _cleanr _cleand
-       -rd /s Browse < << > nul
+       -if exist Browse\. rd /s Browse < << > nul
 y
 <<
 
@@ -190,7 +190,6 @@ _build:
        cd server
         $(MAKE) $(MAKEOPT) -f gen_test_char.mak   CFG="gen_test_char - Win32 $(LONG)" RECURSE=0 $(CTARGET)
        cd ..
-        -del $(LONG)\buildmark.obj
         $(MAKE) $(MAKEOPT) -f libhttpd.mak        CFG="libhttpd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
         $(MAKE) $(MAKEOPT) -f Apache.mak          CFG="Apache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
        cd modules\aaa
@@ -295,7 +294,6 @@ _cleand:
 
 _build:
        echo Building Win32 $(LONG) targets ($(SHORT) suffixes)
-       -del $(LONG)\buildmark.obj
        devenv Apache.sln /useenv $(CTARGET) $(LONG) /project BuildBin
 !IF EXIST("srclib\openssl")
        devenv Apache.sln /useenv $(CTARGET) $(LONG) /project mod_ssl
@@ -315,7 +313,6 @@ _cleand:
 
 _build:
        echo Building Win32 $(LONG) targets ($(SHORT) suffixes)
-       -del $(LONG)\buildmark.obj
        msdev Apache.dsw /USEENV /MAKE \
                "BuildBin - Win32 $(LONG)" $(CTARGET)
 !IF EXIST("srclib\openssl")