Lines Matching full:make
9 "make" to build the project. This is about where the similarities with
20 make
27 make
92 ``probe_target_compiler`` call as the usual Make variables (``CC``,
117 such checks are done at ``make`` time instead (see for example the
170 requirements should make it possible to use the version that is packaged
392 ``scripts/meson-buildoptions.sh`` file must be up-to-date; ``make
393 update-buildoptions`` (or just ``make``) will take care of updating it.
407 line and make the script executable.
409 Scripts written in Python, where it is desirable to make the script
433 Stage 3: Make
436 The next step in building QEMU is to invoke make. GNU Make is required
448 Makefile with the traditional ``make check`` phony target, while benchmarks
449 are run with ``make bench``. Meson test suites such as ``unit`` can be ran
450 with ``make check-unit``, and ``make check-tcg`` builds and runs "non-Meson"
455 The main difference is that ``make`` needs the ``-jN`` flag in order to
458 Useful make targets
480 The main entry point used when invoking make to build all the components
523 ``config-host.mak`` is also used as a dependency checking mechanism. If make
589 The Makefile definitions that let "make check" run tests defined in