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

debian-installer/tools/netcfg Makefile,1.18,1.19



Update of /cvs/debian-boot/debian-installer/tools/netcfg
In directory gluck:/tmp/cvs-serv11929

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


Index: Makefile
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/netcfg/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile	23 May 2003 21:08:22 -0000	1.18
+++ Makefile	9 Dec 2003 21:06:45 -0000	1.19
@@ -4,7 +4,7 @@
 
 LDOPTS=-ldebconfclient -ldebian-installer
 PREFIX=$(DESTDIR)/usr/
-CFLAGS=-Wall  -Os
+CFLAGS=-W -Wall -Os
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -g



Reply to: