rpms/kernel/devel linux-2.6.0-compile.patch,1.152,1.153

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat May 28 22:49:21 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11645

Modified Files:
	linux-2.6.0-compile.patch 
Log Message:
Extra warnings.


linux-2.6.0-compile.patch:
 linux-10000/arch/i386/Makefile             |    4 ++--
 linux-10000/arch/i386/kernel/Makefile      |    6 +++---
 linux-10000/arch/i386/kernel/nmi.c         |    2 +-
 linux-10000/arch/ppc64/Makefile            |    2 +-
 linux-10000/arch/ppc64/boot/Makefile       |    3 +++
 linux-10000/arch/x86_64/ia32/sys_ia32.c    |    1 -
 linux-10000/arch/x86_64/mm/init.c          |    2 --
 linux-10000/drivers/acpi/ec.c              |    2 +-
 linux-10000/drivers/md/raid5.c             |    2 ++
 linux-10000/drivers/net/3c59x.c            |    2 +-
 linux-10000/drivers/net/acenic.c           |    2 +-
 linux-10000/drivers/pci/search.c           |    2 +-
 linux-10000/drivers/usb/storage/scsiglue.c |    2 +-
 linux-10000/fs/open.c                      |    1 -
 linux-10000/fs/proc/generic.c              |    2 +-
 linux-10000/include/linux/config.h         |    4 +++-
 linux-10000/include/linux/delay.h          |   17 ++++++++---------
 linux-10000/include/linux/gfp.h            |    2 +-
 linux-10000/include/linux/namei.h          |    2 +-
 linux-10000/init/Kconfig                   |    2 +-
 linux-10000/init/main.c                    |    3 ++-
 linux-10000/kernel/pid.c                   |    2 +-
 linux-10000/scripts/reference_discarded.pl |    3 ++-
 linux-10000/scripts/reference_init.pl      |    1 +
 linux-10000/sound/core/oss/pcm_oss.c       |    7 +++++++
 linux-10000/sound/pci/intel8x0.c           |   18 ++++++++++++++++++
 linux-2.6.11/Makefile                      |    2 +-
 linux-2.6.11/drivers/scsi/ide-scsi.c       |    7 ++++++-
 linux-2.6.11/drivers/usb/storage/usb.c     |    2 +-
 29 files changed, 71 insertions(+), 36 deletions(-)

Index: linux-2.6.0-compile.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.0-compile.patch,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- linux-2.6.0-compile.patch	1 May 2005 09:30:29 -0000	1.152
+++ linux-2.6.0-compile.patch	28 May 2005 22:49:18 -0000	1.153
@@ -423,3 +423,14 @@
  	{ } /* terminator */
  };
  
+--- linux-2.6.11/Makefile~	2005-05-28 18:48:02.000000000 -0400
++++ linux-2.6.11/Makefile	2005-05-28 18:48:27.000000000 -0400
+@@ -203,7 +203,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH"
+ 
+ HOSTCC  	= gcc
+ HOSTCXX  	= g++
+-HOSTCFLAGS	= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
++HOSTCFLAGS	= -Wall -Wundef -Wstrict-prototypes -O2 -fomit-frame-pointer
+ HOSTCXXFLAGS	= -O2
+ 
+ # 	Decide whether to build built-in, modular, or both.




More information about the fedora-cvs-commits mailing list