summaryrefslogtreecommitdiff
path: root/admin/emake
Commit message (Collapse)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
|
* Add a script to ease bisecting.Gregory Heytings2022-11-01
| | | | | | | | * 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 Heytings2022-09-17
| | | | | * admin/emake: Better parsing of script options. Add a --quieter option, which removes everything except errors.
* Various improvements to admin/emake.Gregory Heytings2022-09-17
| | | | | | | * 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 Ingebrigtsen2022-08-25
| | | | | | | | | | * 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 outputLars Ingebrigtsen2022-08-20
|
* Don't hide final dump in admin/emakeLars Ingebrigtsen2022-08-13
|
* Adjust admin/emacs for new autoloadsLars Ingebrigtsen2022-08-04
| | | | * admin/emake: Adjust for new autoloads.
* Further emake tweaksLars Ingebrigtsen2022-01-21
|
* Fix previous emake changeLars Ingebrigtsen2022-01-21
| | | | * admin/emake (cores): Fix typo in previous change.
* Adjust emake after recent changesLars Ingebrigtsen2022-01-21
|
* Use "grep -E" instead of deprecated "egrep"Stefan Kangas2021-11-10
| | | | | | * admin/emake: * test/lisp/so-long-tests/so-long-tests.el: Use "grep -E" instead of deprecated "egrep".
* Include make Errors in admin/emakeLars Ingebrigtsen2021-11-06
|
* Fix previous admin/emake changeLars Ingebrigtsen2021-05-28
|
* Adjust admin/emake filtersLars Ingebrigtsen2021-05-28
| | | | | | | | | | 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 moreLars Ingebrigtsen2021-05-02
| | | | This should get the ./temacs continuation lines right.
* Fix previous emake adjustmentLars Ingebrigtsen2021-04-26
|
* Adjust regexp to extra native-comp linesLars Ingebrigtsen2021-04-25
|
* Include a "make check-maybe" in the admin/emake scriptLars Ingebrigtsen2021-02-24
|
* Add some admin/emake commentsLars Ingebrigtsen2020-12-14
|
* Make the emake error messages redGregory Heytings2020-12-14
* admin/emake: Colorize error messages.