Remove redundant output from make update

This commit is contained in:
Henrik Lissner 2015-12-12 01:26:13 -05:00
parent 1745c9f0db
commit 335afb0cc9

View file

@ -7,7 +7,6 @@ update: autoloads
@git pull 2>&1 | sed 's/^/ /'
@cask install --verbose 2>&1 | sed 's/^/ /'
@echo "Updating outdated plugins"
@cask outdated 2>&1 | sed 's/^/ /'
@cask update --verbose 2>&1 | sed 's/^/ /'
@echo "Compiling certain scripts"
@emacs -Q --batch -f batch-byte-compile init-load-path.el core/core.el core/core-os-osx.el contrib/*.el 2>&1 | sed 's/^/ /'