| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve 'emake --quieter' | Gregory Heytings | 2023-08-16 | 1 | -4/+10 |
| | | | | | | * admin/emake: Improve the output when the --quieter option is used. | ||||
| * | Various improvements to 'emake' | Gregory Heytings | 2023-08-16 | 1 | -12/+29 |
| | | | | | | | * admin/emake: Highlight the result of 'check-maybe' in red. Reindent a few lines. Add a line in the filters. Clarify the documentation. | ||||
| * | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add a script to ease bisecting. | Gregory Heytings | 2022-11-01 | 1 | -0/+17 |
| | | | | | | | | | * admin/git-bisect-start: New script. * admin/notes/repo (Bisecting): Mention the script. * admin/emake: Add a Copyright blurb. | ||||
| * | Further improvements to admin/emake. | Gregory Heytings | 2022-09-17 | 1 | -4/+18 |
| | | | | | | * admin/emake: Better parsing of script options. Add a --quieter option, which removes everything except errors. | ||||
| * | Various improvements to admin/emake. | Gregory Heytings | 2022-09-17 | 1 | -4/+26 |
| | | | | | | | | * admin/emake: Return the status code of make when the build fails. Filter the output of emake *clean. Add three options --no-color (useful for emake check for example), --no-check (useful for quicker builds during development) and --no-fast. | ||||
| * | Allow not deleting the config.cache file with "make FAST=true bootstrap" | Lars Ingebrigtsen | 2022-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | * Makefile.in: Add some commentary about make bootstrap, ./configure -C and FASTo (top_bootclean): Don't delete config.cache here. (top_distclean): Delete it here instead. (bootstrap-clean): Allow not deleting the cache file. * admin/emake (cores): Adjust. | ||||
| * | Tweak admin/emacs output | Lars Ingebrigtsen | 2022-08-20 | 1 | -1/+1 |
| | | |||||
| * | Don't hide final dump in admin/emake | Lars Ingebrigtsen | 2022-08-13 | 1 | -1/+1 |
| | | |||||
| * | Adjust admin/emacs for new autoloads | Lars Ingebrigtsen | 2022-08-04 | 1 | -0/+1 |
| | | | | | * admin/emake: Adjust for new autoloads. | ||||
| * | Further emake tweaks | Lars Ingebrigtsen | 2022-01-21 | 1 | -0/+1 |
| | | |||||
| * | Fix previous emake change | Lars Ingebrigtsen | 2022-01-21 | 1 | -1/+1 |
| | | | | | * admin/emake (cores): Fix typo in previous change. | ||||
| * | Adjust emake after recent changes | Lars Ingebrigtsen | 2022-01-21 | 1 | -0/+1 |
| | | |||||
| * | Use "grep -E" instead of deprecated "egrep" | Stefan Kangas | 2021-11-10 | 1 | -3/+3 |
| | | | | | | | * admin/emake: * test/lisp/so-long-tests/so-long-tests.el: Use "grep -E" instead of deprecated "egrep". | ||||
| * | Include make Errors in admin/emake | Lars Ingebrigtsen | 2021-11-06 | 1 | -0/+1 |
| | | |||||
| * | Fix previous admin/emake change | Lars Ingebrigtsen | 2021-05-28 | 1 | -1/+1 |
| | | |||||
| * | Adjust admin/emake filters | Lars Ingebrigtsen | 2021-05-28 | 1 | -1/+3 |
| | | | | | | | | | | | Recent changes have made etc/doc always be regenerated, so it's no longer interesting. And all "git pull"s will make INFO Scraping files for cal-loaddefs.el... INFO Scraping files for cal-loaddefs.el...done etc be output, so filter them, too. | ||||
| * | Tweak filtering some more | Lars Ingebrigtsen | 2021-05-02 | 1 | -2/+2 |
| | | | | | This should get the ./temacs continuation lines right. | ||||
| * | Fix previous emake adjustment | Lars Ingebrigtsen | 2021-04-26 | 1 | -1/+1 |
| | | |||||
| * | Adjust regexp to extra native-comp lines | Lars Ingebrigtsen | 2021-04-25 | 1 | -0/+2 |
| | | |||||
| * | Include a "make check-maybe" in the admin/emake script | Lars Ingebrigtsen | 2021-02-24 | 1 | -0/+6 |
| | | |||||
| * | Add some admin/emake comments | Lars Ingebrigtsen | 2020-12-14 | 1 | -0/+9 |
| | | |||||
| * | Make the emake error messages red | Gregory Heytings | 2020-12-14 | 1 | -0/+76 |
| * admin/emake: Colorize error messages. | |||||