From: Stephen Soltesz Date: Fri, 26 Jun 2009 22:51:09 +0000 (+0000) Subject: add PLCRT to build X-Git-Tag: 4.3-rc10~21 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cc5e588d5c73b489bd21893577839227eed8e305;p=build.git add PLCRT to build --- diff --git a/planetlab-tags.mk b/planetlab-tags.mk index ac27589d..8d87c964 100644 --- a/planetlab-tags.mk +++ b/planetlab-tags.mk @@ -41,6 +41,7 @@ BootstrapFS-SVNPATH := http://svn.planet-lab.org/svn/BootstrapFS/tags/Bootstrap MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-16 geniwrapper-SVNPATH := http://svn.planet-lab.org/svn/geniwrapper/tags/geniwrapper-0.2-6 pyopenssl-SVNPATH := http://svn.planet-lab.org/svn/pyopenssl/tags/pyopenssl-0.9-1 +PLCRT-SVNPATH := http://svn.planet-lab.org/svn/PLCRT/tags/PLCRT-1.0-1 # locating the right test directory - see make tests_svnpath tests-SVNPATH := http://svn.planet-lab.org/svn/tests/tags/tests-4.3-2 diff --git a/planetlab.mk b/planetlab.mk index 21488aa8..6cd289bd 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -252,6 +252,13 @@ monitor-SPEC := Monitor.spec ALL += monitor IN_BOOTSTRAPFS += monitor +# +# PLC RT +# +plcrt-MODULES := PLCRT +plcrt-SPEC := plcrt.spec +ALL += plcrt + # # zabbix #