diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-18 18:18:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-18 18:18:32 -0400 |
| commit | 4bbee8eac6c49fb5f6722910afb353aadcd1ef03 (patch) | |
| tree | 18a7fa85b2638d924b43153d1dd68b25c7af7563 /Makefile | |
| parent | 24280d80172f2d999b3373e190c502b93631709b (diff) | |
minimize output during build
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
