merge to HEAD as of 2006-08-21
[bootmanager.git] / support-files / Makefile
index c8f85c6..43d6c3e 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.4 2006/08/20 21:21:13 thierry 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
 
 clean:
-       ./buildsupport.sh clean
+       rm -f PlanetLab-Bootstrap.tar.bz2