From 3932f73b701be56968946674ab7b3699fee3841c Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 6 Feb 2007 21:33:55 +0000 Subject: [PATCH] - remove custom yum from the build, no need for ssl certificate checking anymore - remove dhcp from the build, FC4 fixes it - remove pl_auth, don't use this anymore with new NM - remove plcapilib, replaced by new_plc_api --- planetlab.mk | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/planetlab.mk b/planetlab.mk index 078a1a01..c0b76ee7 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id$ +# $Id: planetlab.mk,v 1.45 2007/01/20 04:09:20 mlhuang Exp $ # # @@ -106,14 +106,6 @@ util-vserver-SPEC := util-vserver/util-vserver.spec util-vserver-RPMFLAGS:= --without dietlibc ALL += util-vserver -# -# yum -# - -yum-MODULE := yum -yum-SPEC := yum/yum.spec -ALL += yum - # # PlanetLabAccounts # @@ -274,14 +266,6 @@ kexec-tools-MODULE := kexec-tools kexec-tools-SPEC := kexec-tools/kexec-tools.spec ALL += kexec-tools -# -# dhcp -# - -dhcp-MODULE := dhcp -dhcp-SPEC := dhcp/dhcp.spec -ALL += dhcp - # # util-python # @@ -295,22 +279,6 @@ proper: util-python util-vserver: util-python PlanetLabAuth: util-python -# -# PlanetLabAuth -# - -PlanetLabAuth-MODULE := pl_auth -PlanetLabAuth-SPEC := pl_auth/pl_auth.spec -ALL += PlanetLabAuth - -# -# plcapilib -# - -plcapilib-MODULE := plcmdline -plcapilib-SPEC := plcmdline/plcapilib.spec -ALL += plcapilib - # # PLCAPI # -- 2.47.0