rpms/kernel/devel Makefile.config, 1.62, 1.63 kernel.spec, 1.595, 1.596

Dave Airlie (airlied) fedora-extras-commits at redhat.com
Tue Apr 8 09:07:56 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25283

Modified Files:
	Makefile.config kernel.spec 
Log Message:
* Tue Apr 08 2008 Dave Airlie <airlied at redhat.com>
- maybe fix i686 PAEdebug build issue



Index: Makefile.config
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile.config,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Makefile.config	20 Aug 2007 17:38:46 -0000	1.62
+++ Makefile.config	8 Apr 2008 09:07:04 -0000	1.63
@@ -7,7 +7,7 @@
 CONFIGFILES	= \
 	$(CFG)-i586.config \
 	$(CFG)-i686.config $(CFG)-i686-PAE.config \
-	$(CFG)-i686-debug.config $(CFG)-i686-PAE-debug.config \
+	$(CFG)-i686-debug.config $(CFG)-i686-PAEdebug.config \
 	$(CFG)-x86_64.config $(CFG)-x86_64-debug.config \
 	$(CFG)-s390x.config \
 	$(CFG)-ppc.config $(CFG)-ppc-smp.config \
@@ -88,7 +88,7 @@
 kernel-$(VERSION)-i686-PAE.config: config-i686-PAE temp-x86-generic
 	perl merge.pl $^ i386 > $@
 
-kernel-$(VERSION)-i686-PAE-debug.config: config-i686-PAE temp-x86-debug-generic
+kernel-$(VERSION)-i686-PAEdebug.config: config-i686-PAE temp-x86-debug-generic
 	perl merge.pl $^ i386 > $@
 
 kernel-$(VERSION)-i586.config: config-i586 temp-x86-generic


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.595
retrieving revision 1.596
diff -u -r1.595 -r1.596
--- kernel.spec	8 Apr 2008 08:09:22 -0000	1.595
+++ kernel.spec	8 Apr 2008 09:07:04 -0000	1.596
@@ -1759,6 +1759,9 @@
 
 %changelog
 * Tue Apr 08 2008 Dave Airlie <airlied at redhat.com>
+- maybe fix i686 PAEdebug build issue
+
+* Tue Apr 08 2008 Dave Airlie <airlied at redhat.com>
 - fix oops in radeon code caused by fixing the mappings
 
 * Tue Apr 08 2008 Dave Airlie <airlied at redhat.com>




More information about the fedora-extras-commits mailing list