- fix previous checkin
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 31 Mar 2006 18:16:36 +0000 (18:16 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 31 Mar 2006 18:16:36 +0000 (18:16 +0000)
planetlab.mk

index 7f3a62b..255da3b 100644 (file)
@@ -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