Re: Building Zephyr like there's no CMake
Sebastian Boe
Hi,
these scripts are great (albeit not upstreamable), these are my aliases, I combine them with "export BOARD": alias t='~/zephyr/scripts/sanitycheck -T$PWD' alias gn='git clean -ffdx' alias cmake='cmake -GNinja' alias cgnumake='\cmake' alias cb='rm -rf b && cmake -Bb -H. && cgnumake --build b' ________________________________________ From: zephyr-devel-bounces@... <zephyr-devel-bounces@...> on behalf of Cufi, Carles <Carles.Cufi@...> Sent: Tuesday, 6 February 2018 2:38:04 PM To: Paul Sokolovsky; devel@... Subject: Re: [Zephyr-devel] Building Zephyr like there's no CMake Hi Paul, -----Original Message-----Thanks for the script, I suspect it can become popular among some of the Zephyr userbase. My suggestion would be to have this script live outside the Zephyr tree, but possibly link to it from the "Getting Started" page in a note, or perhaps in a new section called "Tips and tricks" or "Additional tools". And, as a note to maintainers, if you were concerned that with theWell this is actually unrelated to your script, because you can always change zephyr-make to use Ninja under the hood :) Carles _______________________________________________ Zephyr-devel mailing list Zephyr-devel@... https://lists.zephyrproject.org/mailman/listinfo/zephyr-devel |
|