common Makefile.common,1.60,1.61

Mike Bonnet (mikeb) fedora-extras-commits at redhat.com
Thu May 31 19:38:38 UTC 2007


Author: mikeb

Update of /cvs/pkgs/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15589

Modified Files:
	Makefile.common 
Log Message:
check for $(NAME) in CHAIN


Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- Makefile.common	31 May 2007 19:15:25 -0000	1.60
+++ Makefile.common	31 May 2007 19:38:07 -0000	1.61
@@ -407,6 +407,10 @@
         subdir=`basename $$(pwd)` ; \
         urls="" ; \
         for component in $(CHAIN) ; do \
+                if [ "$$component" = "$(NAME)" ]; then \
+                        echo "$(NAME) must not appear in CHAIN" ; \
+                        exit 1 ; \
+                fi ; \
                 if [ -n "$$urls" ]; then \
                         urls="$$urls :" ; \
                 fi ; \




More information about the fedora-extras-commits mailing list