devel/common Makefile.common,1.17,1.18

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri May 27 12:33:46 UTC 2005


Author: katzj

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

Modified Files:
	Makefile.common 
Log Message:
make target always come from the branches file (#158972)



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/devel/common/Makefile.common,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile.common	12 May 2005 18:35:34 -0000	1.17
+++ Makefile.common	27 May 2005 12:33:44 -0000	1.18
@@ -18,7 +18,7 @@
 endif
 BRANCH:=$(shell [ -f branch ] && cat branch || echo $(HEAD_BRANCH))
 BRANCHINFO = $(shell grep ^$(BRANCH): $(COMMON_DIR)/branches | cut -d: --output-delimiter=" " -f2-)
-TARGET ?= $(word 1, $(BRANCHINFO))
+TARGET := $(word 1, $(BRANCHINFO))
 DIST = $(word 2, $(BRANCHINFO))
 DISTVAR = $(word 3, $(BRANCHINFO))
 DISTVAL = $(word 4, $(BRANCHINFO))




More information about the fedora-extras-commits mailing list