rpms/kernel/devel Makefile,1.82,1.83

Adam Jackson ajax at fedoraproject.org
Thu Oct 9 18:08:39 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15593

Modified Files:
	Makefile 
Log Message:
'make local' needs to also do 'make noarch'



Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- Makefile	29 Sep 2008 16:36:45 -0000	1.82
+++ Makefile	9 Oct 2008 18:08:08 -0000	1.83
@@ -114,6 +114,9 @@
 # since i386 isn't a target...
 compile compile-short: DIST_DEFINES += --target $(shell uname -m)
 
+# 'make local' also needs to build the noarch firmware package
+local: noarch
+
 #
 # Hacks for building vanilla (unpatched) kernel rpms.
 # Use "make vanilla-TARGET" like "make TARGET" (make vanilla-scratch-build).




More information about the fedora-extras-commits mailing list