From 4bbee8eac6c49fb5f6722910afb353aadcd1ef03 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Nov 2014 18:18:32 -0400 Subject: minimize output during build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9185099c..43d7d055 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ run: deps build dev: build tags build: dist/setup-config - if ! $(CABAL) build; then $(CABAL) configure; $(CABAL) build; fi - ln -sf dist/build/propellor-config/propellor-config propellor + @if ! $(CABAL) build; then $(CABAL) configure; $(CABAL) build; fi + @ln -sf dist/build/propellor-config/propellor-config propellor deps: @if [ $$(whoami) = root ]; then apt-get --no-upgrade --no-install-recommends -y install $(DEBDEPS) || (apt-get update && apt-get --no-upgrade --no-install-recommends -y install $(DEBDEPS)); fi || true -- cgit v1.2.3