From: Mark Huang Date: Fri, 9 Apr 2004 22:17:31 +0000 (+0000) Subject: - move the vsh rule back where it belongs X-Git-Tag: chroot-breakout-hotfix-branch-point~31 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bf14a61926819553f879d6808a3950671e61f433;p=build.git - move the vsh rule back where it belongs - add ksymoops --- diff --git a/Makefile b/Makefile index 08750627..a98bd30b 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.5 2004/04/09 19:07:58 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.6 2004/04/09 19:22:24 alk-pl_rpm Exp $ # # Default target @@ -130,6 +130,9 @@ vsh-MODULE := vsh vsh-SPEC := vsh/vsh-planetlab.spec ALL += vsh +# Build kernel-planetlab first so we can bootstrap off of its build +vsh: kernel-planetlab + # # yum # @@ -141,9 +144,16 @@ yum-MODULE := yum yum-SPEC := yum/yum.spec ALL += yum +# +# ksymoops +# -# Build kernel-planetlab first so we can bootstrap off of its build -vsh: kernel-planetlab +ksymoops-CVSROOT := pup-pl_kernel@cvs.planet-lab.org:/cvs +ksymoops-INITIAL := ksymoops-2_4_9 +ksymoops-TAG := HEAD +ksymoops-MODULE := ksymoops +ksymoops-SPEC := ksymoops/ksymoops.spec +ALL += ksymoops ifeq ($(findstring $(package),$(ALL)),)