From: Mark Huang Date: Fri, 31 Mar 2006 18:16:36 +0000 (+0000) Subject: - fix previous checkin X-Git-Tag: plc-0_2-14~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=911e8964dd289d4d5cb539270b1d3030678a016c;p=build.git - fix previous checkin --- diff --git a/planetlab.mk b/planetlab.mk index 7f3a62bf..255da3bb 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -306,16 +306,16 @@ bootmanager: RPMS/yumgroups.xml # bootcd # -bootcd-MODULE := bootcd_v3 build +bootcd-MODULE := bootcd_v3 bootcd-SPEC := bootcd_v3/bootcd.spec bootcd-RPMBUILD := sudo rpmbuild ALL += bootcd # bootcd requires current packages -#bootcd: $(filter-out bootcd,$(ALL)) +bootcd: $(filter-out bootcd,$(ALL)) # ...and the yum manifest -#bootcd: RPMS/yumgroups.xml +bootcd: RPMS/yumgroups.xml # # MyPLC