]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Allow the NetWare makefiles to clean up some files that were missed
authorBradley Nicholes <bnicholes@apache.org>
Tue, 6 Apr 2004 22:49:23 +0000 (22:49 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 6 Apr 2004 22:49:23 +0000 (22:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103287 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile
build/NWGNUhead.inc

index 4ae883a4f11c3cdeb44ab7b8cc25cee302f6cec9..fab1c664309d692ff5793e27c593ba34631cae97 100644 (file)
@@ -333,6 +333,7 @@ install :: nlms FORCE
        @echo xcopy docs\man $(INSTALL)\Apache2\man /E /Y >> xc.bat
        @echo xcopy docs\manual $(INSTALL)\Apache2\manual /E /Y >> xc.bat
        $(CMD) xc.bat
+       $(DEL) xc.bat
 
 
     
index 71855ab3cd36bf84f73927d58df43bd5961c2e0f..3657c4c1cc285c3116a5a8414166274060d6c36b 100644 (file)
@@ -96,6 +96,7 @@ clean :: $(SUBDIRS)
        $(CHK) *.map $(DEL) *.map
        $(CHK) *.d $(DEL) *.d
        $(CHK) *.tmp $(DEL) *.tmp
+       $(CHK) xc.bat $(DEL) xc.bat
        -$(DELTREE) $(OBJDIR) 2> NUL
 
 $(OBJDIR) ::