From ec0e724affeb71e72cd7850780d0e6cc8544b7ec Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 9 Apr 2004 19:07:58 +0000 Subject: [PATCH] - vserver-init is homebrew, don't worry about generating patches - add vsh --- Makefile | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6cf84fe9..f5d9944e 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.3 2004/04/08 21:22:45 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.4 2004/04/09 01:36:55 mlh-pl_rpm Exp $ # # Default target @@ -113,12 +113,26 @@ ALL += vserver # vserver-init-CVSROOT := pup-pl_kernel@cvs.planet-lab.org:/cvs -vserver-init-INITIAL := vserver-init-2_3 +vserver-init-INITIAL := HEAD vserver-init-TAG := HEAD vserver-init-MODULE := vserver-init vserver-init-SPEC := vserver-init/vserver-init.spec ALL += vserver-init +# +# vsh +# + +vsh-CVSROOT := pup-pl_kernel@cvs.planet-lab.org:/cvs +vsh-INITIAL := bash-2_05 +vsh-TAG := HEAD +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 + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0