From: Mark Huang Date: Wed, 17 Nov 2004 20:54:21 +0000 (+0000) Subject: - add pl_mom to the build X-Git-Tag: planetlab-3_1-branch-point~39 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1794a288999ee3a937e2509423df392603f3f59e;p=build.git - add pl_mom to the build --- diff --git a/Makefile b/Makefile index cf849ca8..cb92b7ac 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.55 2004/10/26 21:48:13 mlhuang Exp $ +# $Id: Makefile,v 1.56 2004/11/04 18:35:45 mlhuang Exp $ # # Default target @@ -271,6 +271,15 @@ netflow-MODULE := netflow netsummary netflow-SPEC := netflow/netflow.spec ALL += netflow +# +# PlanetLab Mom: Cleans up your mess +# + +pl_mom-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs +pl_mom-MODULE := pl_mom +pl_mom-SPEC := pl_mom/pl_mom.spec +ALL += pl_mom + ifeq ($(findstring $(package),$(ALL)),) # Build all packages