summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-07-13 06:01:10 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-07-13 06:01:10 +0000
commitb930debaafe26a9c52f1cb363bb1684d220be303 (patch)
tree7659cd37d0c8b403bb6ad302db19bdcad2e5da9d /Makefile.win
parente7e1710671264dcc9478d7447e11c9c46f9c85d8 (diff)
downloadhttpd-b930debaafe26a9c52f1cb363bb1684d220be303.tar.gz
Quit it with the noise :-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.win b/Makefile.win
index aa162a78de..6a0caefa19 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -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")