clean up make clean= & builddir=

This commit is contained in:
dzaima 2022-12-20 19:52:41 +02:00
parent 2d1882fae2
commit baad87c706

View File

@ -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)