X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=support-files%2FMakefile;h=d3fc80e283f1bc1df47ec7493f3f4357a8511187;hb=722756fee4321b0bac0724f313e77288421a9110;hp=c8f85c6a60e66456552c08e47a7ddf67cf943bda;hpb=18dfaddb05c28fd1a1a478c056d1a9bc2715abb9;p=bootmanager.git diff --git a/support-files/Makefile b/support-files/Makefile index c8f85c6..d3fc80e 100644 --- a/support-files/Makefile +++ b/support-files/Makefile @@ -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 +# Mark Huang +# Copyright (C) 2005 The Trustees of Princeton University +# +# $Id: Makefile,v 1.3 2005/09/02 20:24:58 mlhuang 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