common Makefile.common,1.87,1.88

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Mar 3 14:45:56 UTC 2008


Author: ausil

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6619

Modified Files:
	Makefile.common 
Log Message:
if someone defines SECONDARY_CONFIG trust they know what they are doing. 



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- Makefile.common	15 Jan 2008 14:22:36 -0000	1.87
+++ Makefile.common	3 Mar 2008 14:45:26 -0000	1.88
@@ -111,7 +111,10 @@
 do if [ "$$name" = "$(NAME)" ]; then echo "-c ~/.koji/sparc-config"; fi \
 done 
 endef
+# if we have defineded SECONDARY_CONFIG trust the user is doing it for a reason
+ifndef SECONDARY_CONFIG
 SECONDARY_CONFIG := $(shell $(secondary-arch))
+endif
 
 # default target: just make sure we've got the sources
 all: sources




More information about the fedora-extras-commits mailing list