From 92a4eb63417b9a121ca547669565bab1d726e11c Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Tue, 13 Feb 2024 16:24:51 -0800 Subject: [PATCH] Drop debugging sourcedir This is just noise for no reason now. Signed-off-by: Jon Johnson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c293845a665..a1cf46a3481 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ endef #$(call get-source-dir,ret-variable-for-source-dir,package-dir,package-name) define get-source-dir $(info getting source dir for package $(3) with dir $(2)) - $(1) := $(shell set -x; if [ "." = "$(2)" ]; then \ + $(1) := $(shell if [ "." = "$(2)" ]; then \ echo "--source-dir ./$(3)"; \ else \ echo "--source-dir $(2)"; \