Update BootstrapFS and VserverReference dependencies
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 8 Nov 2007 22:34:11 +0000 (22:34 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 8 Nov 2007 22:34:11 +0000 (22:34 +0000)
planetlab.mk

index 3670437..f4040ae 100644 (file)
@@ -298,7 +298,11 @@ VserverReference-RPMBUILD := sudo bash ./rpmbuild.sh
 ALL += VserverReference
 
 # vserver-reference may require current packages
-vserver-reference: $(filter-out vserver-reference,$(ALL))
+VserverReference: $(filter-out vserver-reference,$(ALL))
+
+# ... and the groups manifest
+VserverReference: RPMS/yumgroups.xml
+
 
 #
 # BootManager
@@ -310,12 +314,6 @@ BootManager-SPEC := bootmanager.spec
 BootManager-RPMBUILD := sudo bash ./rpmbuild.sh
 ALL += BootManager
 
-# BootManager requires current packages
-BootManager: $(filter-out BootManager,$(ALL))
-
-# ...and the yum manifest
-BootManager: RPMS/yumgroups.xml
-
 #
 # BootCD
 #
@@ -325,9 +323,6 @@ BootCD-SPEC := bootcd.spec
 BootCD-RPMBUILD := sudo bash ./rpmbuild.sh
 ALL += BootCD
 
-# BootCD requires current packages
-# BootCD: $(filter-out BootCD,$(ALL))
-
 #
 # BootstrapFS
 #
@@ -339,7 +334,10 @@ BootstrapFS-RPMBUILD := sudo bash ./rpmbuild.sh
 ALL += BootstrapFS
 
 # BootstrapFS requires current packages
-BootstrapFS: $(filter-out BootstrapFS,$(ALL))
+BootstrapFS: $(filter-out BootstrapFS,$(ALL)
+
+# ... and the groups manifest
+BootstrapFS: RPMS/yumgroups.xml
 
 #
 # MyPLC