mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove redundant output from make update
This commit is contained in:
1
Makefile
1
Makefile
@ -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/^/ /'
|
||||
|
Reference in New Issue
Block a user