aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2023-05-19build: rebuild build.ninja using "meson setup --reconfigure"Paolo Bonzini
2023-05-18make: clean after distclean deletes source filesSteve Sistare
2023-03-01Makefile: qemu-bundle is a directoryJuan Quintela
2023-01-18Makefile: allow 'make uninstall'Peter Maydell
2022-10-06configure: cleanup creation of tests/tcg target configPaolo Bonzini
2022-10-06configure: move tests/tcg/Makefile.prereqs to root build directoryPaolo Bonzini
2022-10-06build: add recursive distclean rulesPaolo Bonzini
2022-09-19build: remove extra parentheses causing missing rebuildsPaolo Bonzini
2022-07-13cutils: Introduce bundle mechanismAkihiko Odaki
2022-07-08build: Do not depend on pc-bios for config-host.makAkihiko Odaki
2022-06-15build: include pc-bios/ part in the ROMS variablePaolo Bonzini
2022-06-01build: add a more generic way to specify make->ninja dependenciesPaolo Bonzini
2022-06-01build: clean up ninja invocationPaolo Bonzini
2022-05-14build: remove useless dependencyPaolo Bonzini
2022-02-09Makefile: also remove .gcno files when cleaningAlex Bennée
2022-01-18tests: integrate lcitool for generating build env manifestsDaniel P. Berrangé
2022-01-12configure, meson: move config-poison.h to mesonPaolo Bonzini
2022-01-12configure, makefile: remove traces of really old filesPaolo Bonzini
2021-12-23build: use "meson test" as the test harnessPaolo Bonzini
2021-11-02Makefile: Fix cscope issues on MacOS and soft linksPeter Xu
2021-11-02Makefile: Fix gtags generationPeter Xu
2021-10-14configure: prepare for auto-generated option parsingPaolo Bonzini
2021-07-29Makefile: ignore long optionsAlexey Neyman
2021-07-05Makefile: Remove /usr/bin/env wrapper from the SHELL variableThomas Huth
2021-05-26configure: simplify assignment to GIT_SUBMODULESPaolo Bonzini
2021-05-14configure: Poison all current target-specific #definesThomas Huth
2021-03-06build-sys: invoke ninja with -d keepdepfilePaolo Bonzini
2021-02-08tests/docker: alias docker-help target for consistencyAlex Bennée
2021-01-29configure: replace --enable/disable-git-update with --with-git-submodulesDan Streetman
2021-01-27iotests: rewrite check into pythonVladimir Sementsov-Ogievskiy
2021-01-23meson: convert wixl detection to MesonPaolo Bonzini
2021-01-18Makefile: wrap cscope in quiet-command callsAlex Bennée
2021-01-18Makefile: wrap etags in quiet-command callsAlex Bennée
2021-01-18Makefile: wrap ctags in quiet-command callsAlex Bennée
2021-01-18Makefile: add GNU global tags supportAlex Bennée
2021-01-02Makefile: add dummy target for build.ninja dependenciesPaolo Bonzini
2020-11-09Makefile: No echoing for 'make help V=1'Greg Kurz
2020-11-09fix make clean/distcleanPaolo Bonzini
2020-10-30Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-10-27Makefile: Add *.[ch].inc files to cscope/ctags/TAGSGreg Kurz
2020-10-27makefile: handle -n / -k / -q correctlyPaolo Bonzini
2020-10-26configure: move directory options from config-host.mak to mesonPaolo Bonzini
2020-10-26Makefile: separate meson rerun from the rest of the ninja invocationPaolo Bonzini
2020-10-17build: replace ninjatool with ninjaPaolo Bonzini
2020-10-17build: cleanups to MakefilePaolo Bonzini
2020-10-17make: run shell with pipefailPaolo Bonzini
2020-10-17Makefile: Ensure cscope.out/tags/TAGS are generated in the source treeGreg Kurz
2020-10-06dtc: Convert Makefile bits to meson bitsPaolo Bonzini
2020-10-06slirp: Convert Makefile bits to meson bitsPaolo Bonzini
2020-10-03capstone: Convert Makefile bits to meson bitsRichard Henderson