[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian-installer/tools/partconf Makefile,1.14,1.15



Update of /cvs/debian-boot/debian-installer/tools/partconf
In directory gluck:/tmp/cvs-serv14127

Modified Files:
	Makefile 
Log Message:
Add CFLAGS -W.


Index: Makefile
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/partconf/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile	16 Oct 2003 12:39:46 -0000	1.14
+++ Makefile	9 Dec 2003 21:19:02 -0000	1.15
@@ -1,5 +1,5 @@
 LIBS = -lparted -ldl
-CFLAGS = -Wall
+CFLAGS = -W -Wall
 
 ifdef DEBUG
 CFLAGS += -g3



Reply to: