* Removed building PlanetLab-Bootstrap.tar.bz2 from the package. It
[bootmanager.git] / support-files / Makefile
diff --git a/support-files/Makefile b/support-files/Makefile
deleted file mode 100644 (file)
index ea661e1..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# 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.6 2007/08/24 06:13:56 mef Exp $
-# 
-
-all:   PlanetLab-Bootstrap.tar.bz2
-
-PlanetLab-Bootstrap.tar.bz2:
-       ./buildnode.sh -r $$([ -f "/etc/fedora-release" ] && awk ' { if ($2=="Core") print $4; else print $3 } ' /etc/fedora-release || echo 4)
-
-clean:
-       rm -f PlanetLab-Bootstrap.tar.bz2