summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2013-02-06 22:41:09 -0500
committerJames Vasile <james@jamesvasile.com>2013-02-06 22:41:09 -0500
commit4371af4c12a86f5884d1a9199f0f99787ac9973a (patch)
tree9011a0a327cdd89e3ae6a8c07115125612c5ed64 /Makefile
parentdc7dba26cfc4e202df819134e74a265a2fdf9433 (diff)
silencing some things in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 2fa02cc..e3a3cbf 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