rpms/kernel/devel Makefile,1.54,1.55

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Mon Jul 16 15:23:24 UTC 2007


Author: jwilson

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

Modified Files:
	Makefile 
Log Message:
Don't build kernel-*.config files as part of 'make sources' anymore


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- Makefile	12 Jul 2007 20:16:31 -0000	1.54
+++ Makefile	16 Jul 2007 15:22:52 -0000	1.55
@@ -12,7 +12,7 @@
 UPSTREAM_CHECKS = sign
 
 # local targets we need to carry around in addition to the default sources
-TARGETS		= configs download
+TARGETS		= download
 
 define find-makefile-common
 for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done




More information about the scm-commits mailing list