From 267930070aed0f680c6c7fda698bc043afa952f3 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sat, 14 Jan 2006 10:33:38 +0100 Subject: [PATCH] Remove unused Q variable --- Makefile.lib | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.lib b/Makefile.lib index fd640bf09..e23b5a6f1 100644 --- a/Makefile.lib +++ b/Makefile.lib @@ -19,16 +19,13 @@ SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__ ############################################################################# # Build recipies -# If we are verbose, we will show commands prefixed by $(Q) (which acts as -# @ in the non-verbose mode), and we will show the "real" cmds instead of +# If we are verbose, we will show the "real" cmds instead of # their quiet versions (which are used in the non-verbose mode). # Inspired by the Linux kernel build system. ifdef V - Q = quiet = mquiet = masq_ else - Q = @ quiet = quiet_ mquiet = quiet_ endif