From baad87c706635281eaa3759d8c874f591d0c575d Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 20 Dec 2022 19:52:41 +0200 Subject: [PATCH] clean up make clean= & builddir= --- makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index d3d4d710..386b7e85 100644 --- a/makefile +++ b/makefile @@ -197,11 +197,9 @@ endif endif ifeq ($(origin clean),command line) - @export bd=$$(${MAKE} builddir); \ - ${MAKE} clean-specific bd="$$bd" + @${MAKE} clean-specific bd="$$(${MAKE} builddir)" else ifeq ($(origin builddir),command line) - @export bd=$$(${MAKE} builddir); \ - echo "$$bd" + @echo "$$(${MAKE} builddir)" else # run build ifeq ($(i_singeli), 1)