From: Mark Huang Date: Fri, 10 Mar 2006 18:22:59 +0000 (+0000) Subject: - yum-arch now run in the individual build scripts; this requirement is X-Git-Tag: planetlab-3_3-branch-point~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4aa439fea96b4377a0c9cd0cdab0e098c3311919;p=build.git - yum-arch now run in the individual build scripts; this requirement is too hard to express here --- diff --git a/planetlab.mk b/planetlab.mk index 89ec27a4..3c17ce07 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id: planetlab.mk,v 1.1 2006/03/08 21:45:17 mlhuang Exp $ +# $Id: planetlab.mk,v 1.2 2006/03/10 16:56:02 mlhuang Exp $ # # @@ -285,7 +285,7 @@ ALL += vserver-reference vserver-reference: $(filter-out vserver-reference,$(ALL)) # ...and the yum manifest -vserver-reference: yum +vserver-reference: RPMS/yumgroups.xml # # bootmanager @@ -300,7 +300,7 @@ ALL += bootmanager bootmanager: $(filter-out bootmanager,$(ALL)) # ...and the yum manifest -bootmanager: yum +bootmanager: RPMS/yumgroups.xml # # bootcd @@ -315,7 +315,7 @@ ALL += bootcd bootcd: $(filter-out bootcd,$(ALL)) # ...and the yum manifest -bootcd: yum +bootcd: RPMS/yumgroups.xml # # Installation rules @@ -334,9 +334,6 @@ endif RPMS/yumgroups.xml: install -D -m 644 groups/v3_yumgroups.xml RPMS/yumgroups.xml -yum: RPMS/yumgroups.xml - yum-arch RPMS - install: ifeq ($(BASE),) @echo make install is only meant to be called from ./build.sh @@ -361,4 +358,4 @@ ifeq ($(TAG),HEAD) endif endif -.PHONY: yum install +.PHONY: install