]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-makefile-clean-20060606
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 6 Jun 2006 15:47:08 +0000 (15:47 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 6 Jun 2006 15:47:08 +0000 (15:47 +0000)
cleanup additional files

(cherry picked from commit 81cd89320fe855d22f91bda461dd5cdba147b671)

src/WINNT/client_exp/NTMakefile
src/WINNT/eventlog/lang/NTMakefile
src/WINNT/install/loopback/NTMakefile
src/WINNT/license/NTMakefile

index 71ccdd91373f31cd09cdd0e9deb513c8fb8d6de1..719ad11268406c437e76f6a25579e2e67121c675 100644 (file)
@@ -129,6 +129,7 @@ de_DE:
 # Local clean target; augments predefined clean target
 
 clean::
+       $(DEL) *.pdb
        $(CD) lang
        if exist $(NTLANG) $(NTLANG) en_US $(MAKECMD) /nologo /f NTMakefile clean
        if exist $(NTLANG) $(NTLANG) ja_JP $(MAKECMD) /nologo /f NTMakefile clean
index 98ea8ec7c0d73ffc368a189a936292e945161c1c..7bfda80d2b8b502898289571373d0033fdf82736 100644 (file)
@@ -70,4 +70,8 @@ install: $(INCFILES) $(DLLFILE)
 install9x: install
 
 clean::
-       $(DEL) $(INCFILES) $(DLLFILE)
\ No newline at end of file
+       $(DEL) $(INCFILES) $(DLLFILE)
+       $(DEL) $(LANGNAME)\afsevent.h
+       $(DEL) $(LANGNAME)\event.h
+       $(DEL) $(LANGNAME)\event.rc
+       $(DEL) $(LANGNAME)\MSG*.bin
index 0808c025a7c4b582b3bf93a807921b86dc1c2497..23efb381441a0797d30fa48d776bd874e71f6045 100644 (file)
@@ -59,3 +59,4 @@ $(EXEFILE): $(EXEOBJFILES)
 install:  $(DLLFILE) $(EXEFILE)
 
 clean  ::
+       $(DEL) *.pdb
index ecc6197610ba32dc89a065ad694f4653eeddfc8d..c86e93239724f37f15ce4f651c1da96f439f00ec 100644 (file)
@@ -42,3 +42,8 @@ mkdir:
        cd lang
        nmake /nologo /f ntmakefile SRC=$(SRC) OBJ=$(OBJ) mkdir
        cd ..
+
+clean ::
+       $(CD) lang
+       @$(MAKECMD) /nologo /f NTMakefile clean
+       $(CD) ..