use build/build.common to use common build operations
[bootmanager.git] / support-files / Makefile
index c8f85c6..ea661e1 100644 (file)
@@ -1,13 +1,19 @@
-all:   alpina-BootLVM.tar.gz alpina-BootstrapRPM.tar.gz alpina-PartDisks.tar.gz
+#
+# Build bootstrap tarballs. The alpina-* files are deprecated and are
+# only included for historical purposes. Version 2 BootCDs still
+# require them; Version 3 BootCDs come with the tools pre-installed.
+#
+# Aaron Klingaman <alk@absarokasoft.com>
+# Mark Huang <mlhuang@cs.princeton.edu>
+# Copyright (C) 2005 The Trustees of Princeton University
+#
+# $Id: Makefile,v 1.6 2007/08/24 06:13:56 mef Exp $
+# 
 
-alpina-BootLVM.tar.gz:
-       ./buildsupport.sh build BootLVM
+all:   PlanetLab-Bootstrap.tar.bz2
 
-alpina-BootstrapRPM.tar.gz:
-       ./buildsupport.sh build BootstrapRPM
-
-alpina-PartDisks.tar.gz:
-       ./buildsupport.sh build PartDisks
+PlanetLab-Bootstrap.tar.bz2:
+       ./buildnode.sh -r $$([ -f "/etc/fedora-release" ] && awk ' { if ($2=="Core") print $4; else print $3 } ' /etc/fedora-release || echo 4)
 
 clean:
-       ./buildsupport.sh clean
+       rm -f PlanetLab-Bootstrap.tar.bz2