aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: fix use of -j without an argumentMatheus Tavares Bernardino2024-04-121-2/+7
* Makefile: preserve --jobserver-auth argument when calling ninjaMartin Hundebøll2024-04-081-1/+1
* Makefile: clean qemu-iotests outputPaolo Bonzini2023-12-311-0/+1
* build: Add update-linux-vdso makefile ruleRichard Henderson2023-10-301-0/+10
* configure, meson: remove target OS symbols from config-host.makPaolo Bonzini2023-09-071-1/+1
* configure: unify recursion into sub-MakefilesPaolo Bonzini2023-09-071-15/+12
* Makefile: add lcitool-refresh to UNCHECKED_GOALSAlex Bennée2023-07-031-1/+1
* build: further refine build.ninja rulesPaolo Bonzini2023-06-261-4/+13
* build: remove git submodule handling from main makefilePaolo Bonzini2023-06-061-10/+0
* build: log submodule update from git-submodule.shPaolo Bonzini2023-06-061-3/+1
* configure: remove --with-git= optionPaolo Bonzini2023-06-061-1/+1
* build: rebuild build.ninja using "meson setup --reconfigure"Paolo Bonzini2023-05-191-3/+3
* make: clean after distclean deletes source filesSteve Sistare2023-05-181-4/+2
* Makefile: qemu-bundle is a directoryJuan Quintela2023-03-011-2/+2
* Makefile: allow 'make uninstall'Peter Maydell2023-01-181-1/+1
* configure: cleanup creation of tests/tcg target configPaolo Bonzini2022-10-061-1/+1
* configure: move tests/tcg/Makefile.prereqs to root build directoryPaolo Bonzini2022-10-061-1/+4
* build: add recursive distclean rulesPaolo Bonzini2022-10-061-2/+3
* build: remove extra parentheses causing missing rebuildsPaolo Bonzini2022-09-191-1/+1
* cutils: Introduce bundle mechanismAkihiko Odaki2022-07-131-1/+1
* build: Do not depend on pc-bios for config-host.makAkihiko Odaki2022-07-081-1/+1
* build: include pc-bios/ part in the ROMS variablePaolo Bonzini2022-06-151-7/+5
* build: add a more generic way to specify make->ninja dependenciesPaolo Bonzini2022-06-011-2/+1
* build: clean up ninja invocationPaolo Bonzini2022-06-011-3/+3
* build: remove useless dependencyPaolo Bonzini2022-05-141-3/+0
* Makefile: also remove .gcno files when cleaningAlex Bennée2022-02-091-1/+2
* tests: integrate lcitool for generating build env manifestsDaniel P. Berrangé2022-01-181-0/+2
* configure, meson: move config-poison.h to mesonPaolo Bonzini2022-01-121-1/+1
* configure, makefile: remove traces of really old filesPaolo Bonzini2022-01-121-7/+4
* build: use "meson test" as the test harnessPaolo Bonzini2021-12-231-1/+2
* Makefile: Fix cscope issues on MacOS and soft linksPeter Xu2021-11-021-1/+2
* Makefile: Fix gtags generationPeter Xu2021-11-021-1/+1
* configure: prepare for auto-generated option parsingPaolo Bonzini2021-10-141-1/+7
* Makefile: ignore long optionsAlexey Neyman2021-07-291-3/+5
* Makefile: Remove /usr/bin/env wrapper from the SHELL variableThomas Huth2021-07-051-1/+1
* configure: simplify assignment to GIT_SUBMODULESPaolo Bonzini2021-05-261-0/+2
* configure: Poison all current target-specific #definesThomas Huth2021-05-141-1/+1
* build-sys: invoke ninja with -d keepdepfilePaolo Bonzini2021-03-061-1/+1
* tests/docker: alias docker-help target for consistencyAlex Bennée2021-02-081-1/+1
* configure: replace --enable/disable-git-update with --with-git-submodulesDan Streetman2021-01-291-22/+2
* iotests: rewrite check into pythonVladimir Sementsov-Ogievskiy2021-01-271-1/+0
* meson: convert wixl detection to MesonPaolo Bonzini2021-01-231-2/+0
* Makefile: wrap cscope in quiet-command callsAlex Bennée2021-01-181-3/+11
* Makefile: wrap etags in quiet-command callsAlex Bennée2021-01-181-2/+7
* Makefile: wrap ctags in quiet-command callsAlex Bennée2021-01-181-2/+7
* Makefile: add GNU global tags supportAlex Bennée2021-01-181-1/+13
* Makefile: add dummy target for build.ninja dependenciesPaolo Bonzini2021-01-021-0/+1
* Makefile: No echoing for 'make help V=1'Greg Kurz2020-11-091-1/+1
* fix make clean/distcleanPaolo Bonzini2020-11-091-3/+3
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into stagingPeter Maydell2020-10-301-1/+1
|\