2002-12-06 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Fri, 6 Dec 2002 23:53:19 +0000 (23:53 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Fri, 6 Dec 2002 23:53:19 +0000 (23:53 -0000)
* makefile.gnu (clean): Remove *.dbg files.

* Makefile (clean): Remove *.dbg files.

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

mcs/class/makefile.gnu
mcs/tools/ChangeLog
mcs/tools/SqlSharp/ChangeLog
mcs/tools/SqlSharp/Makefile
mcs/tools/makefile
mcs/tools/makefile.gnu

index f983846b10aeabb762048d28d3ba02d753b12ea0..35b595c8123b31d00bd5e033b806a94228eb7b55 100644 (file)
@@ -16,7 +16,7 @@ DIRS =        corlib                          \
        System.Configuration.Install    \
        Mono.CSharp.Debugger            \
        Mono.Data.MySql                 \
-       Mono.Data.PostgreSqlClient              \
+       Mono.Data.PostgreSqlClient      \
        Mono.Data.SqliteClient          \
        Mono.Data.SybaseClient          \
        Mono.Data.TdsClient             \
index ef183fa1456bf147da10a97b6f95bcaf05f7c6bd..ebbe21e05dee73f01d4cfaa7bdcadb1744c3113d 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-06  Duncan Mak  <duncan@ximian.com>\r
+\r
+       * makefile.gnu (clean): Remove *.dbg files.\r
+\r
 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>\r
 \r
        * SqlSharpCli.cs: SQL query tool moved \r
index 918def3304e25d8b20ec65ddeadf111dd64ff58f..49da0108afd24910d58794adf5f4ee8483759733 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-06  Duncan Mak  <duncan@ximian.com>
+
+       * Makefile (clean): Remove *.dbg files.
+
 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
 
        * README: updated to include directions on
index 6db183837cee12a6a56d1ba173eb7ba38536b6c3..16297c37d259935ec2156ef4609b6a98f0427fd7 100644 (file)
@@ -38,7 +38,7 @@ linux:
        mcs @unix.args
 
 clean:
-       rm -f *.exe *.pdb *.dll *~
+       rm -f *.exe *.pdb *.dbg *.dll *~
 
 linecount:
        wc -l $(PROGRAM_FILES)
index 1263608a02a2ceaba7a29da665c4744341542212..7157c2191c4e136af437cfdfe2b6ef74e53abe1e 100644 (file)
@@ -9,7 +9,7 @@ linux: monostyle.exe verifier.exe GenerateDelegate.exe EnumCheck.exe IFaceDisco.
 
 monostyle.exe: monostyle.cs
        $(CSC) $(CSCFLAGS) monostyle.cs
-       
+
 GenerateDelegate.exe: GenerateDelegate.cs
        $(CSC) $(CSCFLAGS) /out:$@ $<
 
@@ -47,7 +47,7 @@ clean:
        (cd corcompare; make clean)
        (cd type-reflector; make clean)
        (cd SqlSharp; make clean)
-       rm -f *.exe *.pdb *.dll
+       rm -f *.exe *.pdb *.dbg *.dll
        rm -f cormissing.xml
        rm -f ../../mono/doc/pending-classes.in
 
index 5dcb476d81d38686fb2d1d1b6c6be24ddc15857e..c56eca6e2fb6c7ec8f86b1d079ecdd688ab0111d 100644 (file)
@@ -26,7 +26,7 @@ install: all
 
 monostyle.exe: monostyle.cs
        $(CSC) $(CSCFLAGS) monostyle.cs
-       
+
 GenerateDelegate.exe: GenerateDelegate.cs
        $(CSC) $(CSCFLAGS) /out:$@ $<
 
@@ -64,7 +64,7 @@ clean:
        (cd corcompare; make clean)
        (cd type-reflector; make clean)
        (cd SqlSharp; make clean)
-       rm -f *.exe *.pdb *.dll
+       rm -f *.exe *.pdb *.dbg *.dll
        rm -f cormissing.xml
        rm -f ../../mono/doc/pending-classes.in