anchao opened a new pull request, #9076: URL: https://github.com/apache/nuttx/pull/9076
## Summary makefile: fix libc/mm files can not be compiled incrementally Use double delim to fix windows native build and give an error: makefile:132: *** target mode do not include“%”. stop. In Windows environment DELIM := $(strip \) but \ has two role: first: \ as directory, and second \ as Escape character, Reference: https://github.com/apache/nuttx/pull/7572#discussion_r1028219229 Signed-off-by: chao an <[email protected]> ## Impact N/A https://github.com/apache/nuttx/issues/8960 ## Testing increment compile on spresense:smp: https://github.com/apache/nuttx/issues/8960#issue-1653648485 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
