From: Mark Huang Date: Wed, 17 Aug 2005 18:25:38 +0000 (+0000) Subject: - proper uses scripts in util-python for building X-Git-Tag: planetlab-3_2-branch-point~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e94b15e7ba68182440436d751b4b5ce5396b093b;p=build.git - proper uses scripts in util-python for building --- diff --git a/plc.mk b/plc.mk index 3359ffb0..e879cf76 100644 --- a/plc.mk +++ b/plc.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: plc.mk,v 1.3 2005/06/06 21:53:37 mlhuang Exp $ +# $Id: plc.mk,v 1.4 2005/07/14 18:13:43 mlhuang Exp $ # # Default target @@ -52,6 +52,18 @@ proper-MODULE := proper proper-SPEC := proper/proper.spec ALL += proper +# +# 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 + +# proper and util-vserver both use scripts in util-python for building +proper: util-python +util-vserver: util-python + # # ulogd #