# # 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.4 2006/08/20 21:21:13 thierry Exp $ # all: PlanetLab-Bootstrap.tar.bz2 PlanetLab-Bootstrap.tar.bz2: ./buildnode.sh -r $$([ -f "/etc/fedora-release" ] && awk ' { print $4 } ' /etc/fedora-release || echo "4") clean: rm -f PlanetLab-Bootstrap.tar.bz2