[Mplayer-cvslog] CVS: main/libdha/kernelhelper Makefile,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Fri Aug 23 01:30:14 CEST 2002


Update of /cvsroot/mplayer/main/libdha/kernelhelper
In directory mail:/var/tmp.root/cvs-serv17790/libdha/kernelhelper

Modified Files:
	Makefile 
Log Message:
removed -W -Wall -g and other gcc-specific warning/debug options
patch by Joey Parrish <joey at yunamusic.com>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/kernelhelper/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	2 Feb 2002 06:34:44 -0000	1.1
+++ Makefile	22 Aug 2002 23:29:41 -0000	1.2
@@ -1,6 +1,6 @@
 KERNEL_INCLUDES = /usr/src/linux/include
 INCLUDES = -I$(KERNEL_INCLUDES)
-CFLAGS = -g -O2 -Wall -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h
+CFLAGS = -O2 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h
 VERSION = $(shell grep UTS_RELEASE $(KERNEL_INCLUDES)/linux/version.h | cut -d '"' -f2)
 MDIR = /lib/modules/$(VERSION)/misc
 
@@ -10,7 +10,7 @@
 	$(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c
 
 test: test.c
-	$(CC) -g -O -Wall $(INCLUDES) -o $@ $@.c
+	$(CC) -O $(INCLUDES) -o $@ $@.c
 
 install: dhahelper.o
 	if test ! -d $(MDIR) ; then mkdir -p $(MDIR) ; fi




More information about the MPlayer-cvslog mailing list