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

debian-installer/tools/ia64/efi-reader Makefile,1.2,1.3



Update of /cvs/debian-boot/debian-installer/tools/ia64/efi-reader
In directory gluck:/tmp/cvs-serv13713

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


Index: Makefile
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/ia64/efi-reader/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	24 Sep 2003 20:27:08 -0000	1.2
+++ Makefile	9 Dec 2003 21:16:04 -0000	1.3
@@ -3,7 +3,7 @@
 DEB_BUILD_OPTIONS := debug:${DEB_BUILD_OPTIONS}
 endif
 
-CFLAGS := -Wall  -I.
+CFLAGS := -W -Wall  -I.
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -g  -DDEBUG=1



Reply to: