Searched refs:make (Results 1 – 25 of 545) sorted by relevance
12345678910>>...22
14 make run23 make clean # discard results of previous builds26 make pristine # discard results of previous builds
23 Install make using the following command:27 choco install make34 The pre-built make application can be downloaded from35 https://gnuwin32.sourceforge.net/packages/make.htm by either getting both the
42 # https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html44 else() # Obviously no MAKEFLAGS. Let's hope a "make" can be found somewhere.45 set(submake "make")
13 make run22 make clean # discard results of previous builds25 make pristine # discard results of previous builds
15 make run24 make clean # discard results of previous builds27 make pristine # discard results of previous builds
16 ninja/make run25 ninja/make clean # discard results of previous builds28 ninja/make pristine # discard results of previous builds
21 make31 make run40 . make.sh
21 ninja/make run30 ninja/make clean # discard results of previous builds33 ninja/make pristine # discard results of previous builds
17 make run26 make clean # discard results of previous builds29 make pristine # discard results of previous builds
18 ninja/make run27 ninja/make clean # discard results of previous builds30 ninja/make pristine # discard results of previous builds
20 make run29 make clean # discard results of previous builds32 make pristine # discard results of previous builds
25 make run34 make clean # discard results of previous builds37 make pristine # discard results of previous builds50 make run PI_NUM_ITERATIONS=100000
28 ninja/make run37 ninja/make clean # discard results of previous builds40 ninja/make pristine # discard results of previous builds
23 ninja/make run32 ninja/make clean # discard results of previous builds35 ninja/make pristine # discard results of previous builds
30 make -f Makefile.host32 The make output file will be located in samples/posix/eventfd/build.
11 Enable non-reentrant functions that make use of the globals; e.g.35 In order to make use of the non-reentrant rand() and srand(), it is53 In order to make use of the non-reentrant gmtime(), it is necessary