From a02b63be8e9fb88f47356b77204c734cd9ec50de Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 3 Apr 2006 19:39:39 +0000 Subject: [PATCH] - 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 --- planetlab.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 # -- 2.47.0