selinux-faq Makefile,1.10,1.11

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Mar 12 01:10:35 UTC 2007


Author: pfrields

Update of /cvs/docs/selinux-faq
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18214/selinux-faq

Modified Files:
	Makefile 
Log Message:
Update all Makefiles to use the new required macro for including the Makefile.common.  This will work whether you check out the entire repository at one time or a single module with an included docs-common.


Index: Makefile
===================================================================
RCS file: /cvs/docs/selinux-faq/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile	31 Oct 2006 20:55:31 -0000	1.10
+++ Makefile	12 Mar 2007 01:10:32 -0000	1.11
@@ -37,7 +37,11 @@
 endef
 #
 ########################################################################
-include ../docs-common/Makefile.common
+define find-makefile-common 
+for d in docs-common ../docs-common ../../docs-common; do 
+if [ -f $$d/Makefile.common ]; then echo "$$d/Makefile.common"; break; fi; done 
+endef 
+include $(shell $(find-makefile-common))
 ########################################################################
 # If you want to add additional steps to any of the 
 # targets defined in "Makefile.common", be sure to use




More information about the Fedora-docs-commits mailing list