From: Thomas Weißschuh Date: Wed, 1 Apr 2026 15:08:30 +0000 (+0200) Subject: tools/nolibc: drop superfluous definition of Q X-Git-Tag: ceph-for-7.1-rc4~268^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b972b37cb6b8216922c1e817b0bab4cfed55fc44;p=ceph-client.git tools/nolibc: drop superfluous definition of Q Q is already defined by tools/scripts/Makefile.include which is included at the top of tools/include/nolibc/Makefile. Signed-off-by: Thomas Weißschuh Link: https://patch.msgid.link/20260401-nolibc-cleanup-v1-3-bcf4c9f5c1be@weissschuh.net --- diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile index 22e2f54cd5ca..03f789b21017 100644 --- a/tools/include/nolibc/Makefile +++ b/tools/include/nolibc/Makefile @@ -17,12 +17,6 @@ endif # it defaults to this nolibc directory. OUTPUT ?= $(CURDIR)/ -ifeq ($(V),1) -Q= -else -Q=@ -endif - arch_files := arch.h $(wildcard arch-*.h) all_files := \ compiler.h \