commit | 20f553fe8d3071b4ab32e587ef61f8871ad598f6 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Fri Mar 23 11:26:41 2018 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Apr 09 13:29:37 2018 -0400 |
tree | 533921dad8492a9c207299502a7926e81c5b7967 | |
parent | 424a3db775d63a897d1098a04df6ea39a2451606 [diff] |
sanitycheck: do not call cmake twice on run In many cases we are calling cmake twice with the same options, first to build, and then we do the same thing when we want to call 'make run'. Just call cmake once. Signed-off-by: Anas Nashif <anas.nashif@intel.com>