rpms/kernel/F-13 Makefile.config, 1.74, 1.75 config-s390x-kdump, 1.1, NONE

Jarod Wilson jwilson at fedoraproject.org
Wed Jun 2 15:38:21 UTC 2010


Author: jwilson

Update of /cvs/pkgs/rpms/kernel/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8119

Modified Files:
	Makefile.config 
Removed Files:
	config-s390x-kdump 
Log Message:
ugh. one more s390 build fixup...


Index: Makefile.config
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-13/Makefile.config,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- Makefile.config	1 Jun 2010 18:48:13 -0000	1.74
+++ Makefile.config	2 Jun 2010 15:38:20 -0000	1.75
@@ -8,11 +8,10 @@ CONFIGFILES	= \
 	$(CFG)-i686.config $(CFG)-i686-debug.config \
 	$(CFG)-i686-PAE.config $(CFG)-i686-PAEdebug.config \
 	$(CFG)-x86_64.config $(CFG)-x86_64-debug.config \
-	$(CFG)-s390x.config $(CFG)-s390x-kdump.config \
 	$(CFG)-ppc.config $(CFG)-ppc-smp.config \
 	$(CFG)-sparc64.config $(CFG)-arm.config \
 	$(CFG)-ppc64.config $(CFG)-ppc64-debug.config \
-	$(CFG)-ia64.config
+	$(CFG)-s390x.config $(CFG)-ia64.config
 
 PLATFORMS	= x86 x86_64 powerpc powerpc32 powerpc64 s390x ia64 sparc64
 TEMPFILES	= $(addprefix temp-, $(addsuffix -generic, $(PLATFORMS)))
@@ -92,9 +91,6 @@ kernel-$(VERSION)-ppc64-debug.config: co
 kernel-$(VERSION)-s390x.config: config-s390x temp-s390-generic
 	perl merge.pl $^ s390 > $@
 
-kernel-$(VERSION)-s390x-kdump.config: config-s390x-kdump kernel-$(VERSION)-s390x.config
-	perl merge.pl $^ s390 > $@
-
 kernel-$(VERSION)-arm.config: config-arm temp-generic
 	perl merge.pl $^ arm > $@
 


--- config-s390x-kdump DELETED ---



More information about the scm-commits mailing list