- bootcd and vserver-reference no longer require yumgroups.xml, package
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 3 Apr 2006 19:39:39 +0000 (19:39 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 3 Apr 2006 19:39:39 +0000 (19:39 +0000)
  lists are now embedded in their build scripts
- build and bootmanager required for the bootcd build

planetlab.mk

index 07729a4..47836c6 100644 (file)
@@ -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
 #