f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
680 stars 145 forks source link

mk: enable interpretation of backslash escapes #52

Closed vh21 closed 10 years ago

vh21 commented 10 years ago

The newline character \n in mk/config.mk, as follows, is not interpreted in bash,

 MCONF_MSG = mainmenu "F9 Microkernel Configurations"
 define append_mconf_body
         MCONF_MSG += \n$(1)
 endef