msxbuild/lib/make/सिस्टमₚᵣₐᵧToੴ/mb_make_space.mk
Willem Cazander 35577362c2
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
Moved self doc to other file to use normal functions.
2024-07-18 13:25:50 +02:00

22 lines
374 B
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

define mb-make-space-newline
$(MB_   )
$(MB_   )
endef
define mb-make-space-tab
$(MB_   ) $(MB_ )
endef
define mb-make-space-white
$(MB_   )$(subst ,, )
endef
define mb-make-space-white-to-comma
$(MB_   )$(subst $(call mb-make-call,mb-make-space-white),$(MB_MAKE_COMMA),$1)
endef