minimize output during build

This commit is contained in:
Joey Hess 2014-11-18 18:18:32 -04:00
parent 24280d8017
commit 4bbee8eac6
1 changed files with 2 additions and 2 deletions

View File

@ -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