From b5db14a3fb9fbcd780b4fcb05c2298c8bbef0a54 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 17 Feb 2006 12:09:52 +0000 Subject: combine the output rules in one place --- Makerules | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 429b6aa7f..47c0157ec 100644 --- a/Makerules +++ b/Makerules @@ -31,13 +31,20 @@ all_objs: $(ar_objs) endif headers-y: $(headers-y) + @true MAKEFLAGS += --no-print-directory +SHELL_SET_X := set +x ifneq ($(findstring s,$(MAKEFLAGS)),) +export MAKE_IS_SILENT := y +SECHO := -@false DISP := sil Q := @ else +export MAKE_IS_SILENT := n +SECHO := @echo ifneq ($(V)$(VERBOSE),) +SHELL_SET_X := set -x DISP := ver Q := else -- cgit v1.2.3