invoke buildnode.sh with fedora core release argument
[bootmanager.git] / support-files / Makefile
1 #
2 # Build bootstrap tarballs. The alpina-* files are deprecated and are
3 # only included for historical purposes. Version 2 BootCDs still
4 # require them; Version 3 BootCDs come with the tools pre-installed.
5 #
6 # Aaron Klingaman <alk@absarokasoft.com>
7 # Mark Huang <mlhuang@cs.princeton.edu>
8 # Copyright (C) 2005 The Trustees of Princeton University
9 #
10 # $Id: Makefile,v 1.4 2006/08/20 21:21:13 thierry Exp $
11
12
13 all:    PlanetLab-Bootstrap.tar.bz2
14
15 PlanetLab-Bootstrap.tar.bz2:
16         ./buildnode.sh -r $$([ -f "/etc/fedora-release" ] && awk ' { print $4 } ' /etc/fedora-release || echo "4")
17
18 clean:
19         rm -f PlanetLab-Bootstrap.tar.bz2