From: Steve Muir Date: Mon, 6 Jun 2005 18:07:45 +0000 (+0000) Subject: Added rules to build util-python package X-Git-Tag: planetlab-3_2-branch-point~18 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=30fa04d2284d179c6c48cc028dd31e50523fa603;p=build.git Added rules to build util-python package --- diff --git a/Makefile b/Makefile index eaa8ab7b..6a5a501d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.68 2005/05/04 20:35:27 mlhuang Exp $ +# $Id: Makefile,v 1.69 2005/05/04 21:47:39 mlhuang Exp $ # # Default target @@ -273,6 +273,16 @@ kexec-tools-MODULE := kexec-tools kexec-tools-SPEC := kexec-tools/kexec-tools.spec ALL += kexec-tools +# +# util-python +# +util-python-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs +util-python-MODULE := util-python +util-python-SPEC := util-python/util-python.spec +ALL += util-python + + + ifeq ($(findstring $(package),$(ALL)),) # Build all packages