From 382e219f05bbfb5e44c4e57a74eb299daddcda4d Mon Sep 17 00:00:00 2001 From: Robert Timm Date: Sat, 8 Apr 2017 23:44:36 +0200 Subject: adds make option V for verbose builds --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8b8a941..74bc6b8 100644 --- a/Makefile +++ b/Makefile @@ -32,15 +32,15 @@ uninstall: clean: $(SRCDIR).subdir-clean sandbox: - @make $(MFLAGS) RUNPREFIX=$(CURDIR)/sandbox/usr PREFIX=/usr DESTDIR=./sandbox install + $(Q)$(MAKE) $(MFLAGS) RUNPREFIX=$(CURDIR)/sandbox/usr PREFIX=/usr DESTDIR=./sandbox install runsandbox: sandbox sandbox/usr/bin/vimb %.subdir-all: - @$(MAKE) $(MFLAGS) -C $* + $(Q)$(MAKE) $(MFLAGS) -C $* %.subdir-clean: - @$(MAKE) $(MFLAGS) -C $* clean + $(Q)$(MAKE) $(MFLAGS) -C $* clean .PHONY: all options install uninstall clean sandbox runsandbox -- cgit v1.2.3