From: Mark Huang Date: Mon, 3 Apr 2006 19:39:39 +0000 (+0000) Subject: - bootcd and vserver-reference no longer require yumgroups.xml, package X-Git-Tag: plc-0_2-14~23 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a02b63be8e9fb88f47356b77204c734cd9ec50de;p=build.git - bootcd and vserver-reference no longer require yumgroups.xml, package lists are now embedded in their build scripts - build and bootmanager required for the bootcd build --- diff --git a/planetlab.mk b/planetlab.mk index 07729a4a..47836c6a 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -284,9 +284,6 @@ ALL += vserver-reference # vserver-reference may require current packages vserver-reference: $(filter-out vserver-reference,$(ALL)) -# ...and the yum manifest -vserver-reference: RPMS/yumgroups.xml - # # bootmanager # @@ -306,7 +303,7 @@ bootmanager: RPMS/yumgroups.xml # bootcd # -bootcd-MODULE := bootcd_v3 +bootcd-MODULE := bootcd_v3 build bootmanager bootcd-SPEC := bootcd_v3/bootcd.spec bootcd-RPMBUILD := sudo rpmbuild ALL += bootcd @@ -314,9 +311,6 @@ ALL += bootcd # bootcd requires current packages bootcd: $(filter-out bootcd,$(ALL)) -# ...and the yum manifest -bootcd: RPMS/yumgroups.xml - # # MyPLC #