msxbuild/lib/make/सिस्टमₚᵣₐᵧToੴ/mb_make_space.mk
Willem Cazander a0141d962c
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
Removed all escaping from help system.
2024-07-17 15:08:25 +02:00

26 lines
757 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
$(call mb-make-call,mb-doc-function-deep,mb-make-space-newline,Prints a newline character.)
define mb-make-space-tab
$(MB_   ) $(MB_ )
endef
$(call mb-make-call,mb-doc-function-deep,mb-make-space-tab,Prints a tab character.)
define mb-make-space-white
$(MB_   )$(subst ,, )
endef
$(call mb-make-call,mb-doc-function-deep,mb-make-space-white,Prints a white space character.)
define mb-make-space-white-to-comma
$(MB_   )$(subst $(call mb-make-call,mb-make-space-white),$(MB_MAKE_COMMA),$1)
endef
$(call mb-make-call,mb-doc-function-deep,mb-make-space-white-to-comma,Replaces all spaces with comma's.,<input>)