[AD] Make clean patch

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Make clean does not remove all of the MSVC object files (specifically,
obj/msvc/cpp* and tests/win/*.{ilk,pdb}. This patch fixes that.
-- 
Regards, 
Ryan Patterson <mailto:cgamesplay@xxxxxxxxxx>
Index: makefile.lst
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.lst,v
retrieving revision 1.120
diff -u -r1.120 makefile.lst
--- makefile.lst	22 Jun 2005 17:37:55 -0000	1.120
+++ makefile.lst	28 Jun 2005 15:13:09 -0000
@@ -629,8 +660,9 @@
 	obj/*/*.res obj/*/asmdef obj/*/*.inc \
 	lib/*/*.a lib/unix/*.so* lib/unix/sta* \
 	lib/*/*.lib lib/*/*.exp lib/*/*.dll \
-	lib/*/*.pdb lib/*/*.ilk lib/*/*.map *.pdb */*.pdb \
-	*/*.ilk */*.map */*.sym gmon.out */gmon.out */*.prf \
+	lib/*/*.pdb lib/*/*.ilk lib/*/*.map *.pdb */*.pdb */*/*.pdb \
+	*/*.ilk */*/*.ilk */*.map */*.sym gmon.out */gmon.out */*.prf \
+	obj/msvc/cpp-tested obj/msvc/cpp-yes
 	allegro.log */allegro.log */*/allegro.log \
 	log */log */*/log core */core */*/core
 
Index: obj/msvc/.cvsignore
===================================================================
RCS file: /cvsroot/alleg/allegro/obj/msvc/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- obj/msvc/.cvsignore	17 Nov 2001 12:37:35 -0000	1.1
+++ obj/msvc/.cvsignore	28 Jun 2005 15:13:09 -0000
@@ -1 +1,3 @@
 asmcapa.h
+cpp-yes
+cpp-tested
Index: tests/win/.cvsignore
===================================================================
RCS file: /cvsroot/alleg/allegro/tests/win/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- tests/win/.cvsignore	17 Nov 2001 12:37:36 -0000	1.1
+++ tests/win/.cvsignore	28 Jun 2005 15:13:09 -0000
@@ -1 +1,3 @@
 scrsave.scr
+*.ilk
+*.pdb


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/