From 4371af4c12a86f5884d1a9199f0f99787ac9973a Mon Sep 17 00:00:00 2001 From: James Vasile Date: Wed, 6 Feb 2013 22:41:09 -0500 Subject: [PATCH] silencing some things in Makefile --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 2fa02ccb6..e3a3cbfab 100644 --- a/Makefile +++ b/Makefile @@ -13,23 +13,23 @@ default: predepend config dirs template css docs dbs $(BUILDDIR)/exmachina #$(BU all: default build: - mkdir -p $(BUILDDIR) + @mkdir -p $(BUILDDIR) predepend: sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah python-cherrypy3" touch predepend $(BUILDDIR)/exmachina: build - test -d $@ || git clone git://github.com/tomgalloway/exmachina $@ - #cd $@; git pull + @test -d $@ || git clone git://github.com/tomgalloway/exmachina $@ + #@cd $@; git pull $(BUILDDIR)/bjsonrpc: build - test -d $@ || git clone git://github.com/deavid/bjsonrpc.git $@ - #cd $@; git pull + @test -d $@ || git clone git://github.com/deavid/bjsonrpc.git $@ + #@cd $@; git pull $(BUILDDIR)/withsqlite: build - test -d $@ || git clone git://github.com/jvasile/withsqlite.git $@ - #cd $@; git pull + @test -d $@ || git clone git://github.com/jvasile/withsqlite.git $@ + #@cd $@; git pull install: default mkdir -p $(DESTDIR)/etc/init.d $(DESTDIR)/etc/plinth