X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=support-files%2FMakefile;h=3ea3daf3fc8c7fea1087c556755c156ba551691e;hb=16a01b302bd1e743eb58c9e4c41075c7484b558a;hp=c8f85c6a60e66456552c08e47a7ddf67cf943bda;hpb=9582ceee2b38144296bea5c4c33f0abaff5a5574;p=bootmanager.git diff --git a/support-files/Makefile b/support-files/Makefile index c8f85c6..3ea3daf 100644 --- a/support-files/Makefile +++ b/support-files/Makefile @@ -1,4 +1,16 @@ -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 +# Mark Huang +# Copyright (C) 2005 The Trustees of Princeton University +# +# $Id$ +# + +all: alpina-BootLVM.tar.gz alpina-BootstrapRPM.tar.gz alpina-PartDisks.tar.gz PlanetLab-Bootstrap.tar.bz2 alpina-BootLVM.tar.gz: ./buildsupport.sh build BootLVM @@ -9,5 +21,9 @@ alpina-BootstrapRPM.tar.gz: alpina-PartDisks.tar.gz: ./buildsupport.sh build PartDisks +PlanetLab-Bootstrap.tar.bz2: + ./buildnode.sh + clean: ./buildsupport.sh clean + rm -f PlanetLab-Bootstrap.tar.bz2