aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-03 04:13:11 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-03 04:13:11 +0200
commit790065cbcaeb0bffb31028455e25a36b2629cb98 (patch)
tree8321b2cb107e5982c6bc3e10818cdd3ce955e8ae /Makefile
parenthow did that get there (diff)
downloadmds-790065cbcaeb0bffb31028455e25a36b2629cb98.tar.gz
mds-790065cbcaeb0bffb31028455e25a36b2629cb98.tar.bz2
mds-790065cbcaeb0bffb31028455e25a36b2629cb98.tar.xz
make it easier to read output from make
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7fb0b2d..5e56e06 100644
--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,10 @@ include mk/build-doc.mk
.PHONY: perms
perms: all
+ @printf '\e[00;01;34m%s\e[00m\n' "$@"
sudo chown 'root:root' $(foreach S,$(SETUID_SERVERS),bin/$(S))
sudo chmod 4755 $(foreach S,$(SETUID_SERVERS),bin/$(S))
+ @echo
# Clean rules.