Re: [PR] tools/checkpatch: Use gmake on BSD, make otherwise. [nuttx]

2025-04-05 Thread via GitHub
lupyuen commented on PR #16015: URL: https://github.com/apache/nuttx/pull/16015#issuecomment-2733291369 Hi @simbit18: Will this affect CI Builds on Linux / macOS / Windows? Thanks :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] tools/checkpatch: Use gmake on BSD, make otherwise. [nuttx]

2025-04-05 Thread via GitHub
cederom opened a new pull request, #16015: URL: https://github.com/apache/nuttx/pull/16015 ## Summary * BSD has its own BSD Make that is incompatible with GNU Make. * When BSD is detected use (gnu) gmake in place of (bsd) make. * This fixes nxstyle build inside tools/checkpatch.s

Re: [PR] tools/checkpatch: Use gmake on BSD, make otherwise. [nuttx]

2025-03-19 Thread via GitHub
raiden00pl merged PR #16015: URL: https://github.com/apache/nuttx/pull/16015 -- 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: commits-unsubscr...@nuttx.a

Re: [PR] tools/checkpatch: Use gmake on BSD, make otherwise. [nuttx]

2025-03-18 Thread via GitHub
simbit18 commented on PR #16015: URL: https://github.com/apache/nuttx/pull/16015#issuecomment-273331 > Hi @simbit18: Will this affect CI Builds on Linux / macOS / Windows? Thanks :-) @lupyuen yes it is ok! It's just a change for BSD. -- This is an automated message from the