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

NWGNUmakefile
build/NWGNUhead.inc

index 3d69fd02cd48b08389206727f5443e38578bf334..f5a9ee4cd3a7bdf764668da725e3f8169c0d5b2b 100644 (file)
@@ -332,6 +332,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) ::