2002-03-17 Nick Drochak <ndrochak@gol.com>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Sun, 17 Mar 2002 11:07:49 +0000 (11:07 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Sun, 17 Mar 2002 11:07:49 +0000 (11:07 -0000)
* makefile: Do not remove the NAnt.exe on a 'make clean'.  This would
prevent other cleans from happening that need nant.

svn path=/trunk/mcs/; revision=3161

mcs/nant/ChangeLog
mcs/nant/makefile

index 1ed0e5c76fcdd9f66f8289184cc20985e95c6299..45dfa4c6a370e97ec66e24315e77c90ee966e8d9 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-17  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile: Do not remove the NAnt.exe on a 'make clean'.  This would
+       prevent other cleans from happening that need nant.
+
 2002/03/15  Nick Drochak <ndrochak@gol.com>
 
        * makefile: Compile a version of NAnt with Mono's libs.  It only does
index 801e40c8d29f85a10bb96a246162c129d1afded7..66f2bb291e4a02be4c23c6dfe1dfb5db7eec2061 100755 (executable)
@@ -12,4 +12,4 @@ NAnt_mono.exe: makefile
        csc /out:NAnt_mono.exe /nostdlib /noconfig /recurse:*.cs /lib:../class/lib /r:corlib.dll /r:System.Xml.dll /r:System.dll /nowarn:1595
 
 clean:
-       rm -f NAnt.exe NAnt_mono.exe
\ No newline at end of file
+       rm -f NAnt_mono.exe
\ No newline at end of file