Closed vh21 closed 11 years ago
The newline character \n in mk/config.mk, as follows, is not interpreted in bash,
\n
mk/config.mk
MCONF_MSG = mainmenu "F9 Microkernel Configurations" define append_mconf_body MCONF_MSG += \n$(1) endef
The newline character
\n
inmk/config.mk
, as follows, is not interpreted in bash,