Eli Zaretskii
cae528457c
; Add 2023 to copyright years.
2023-01-01 05:31:12 -05:00
Gregory Heytings
208f0578d1
Add a script to ease bisecting.
...
* admin/git-bisect-start: New script.
* admin/notes/repo (Bisecting): Mention the script.
* admin/emake: Add a Copyright blurb.
2022-11-01 19:21:38 +01:00
Gregory Heytings
1dd83e3bdc
Further improvements to admin/emake.
...
* admin/emake: Better parsing of script options. Add a --quieter option,
which removes everything except errors.
2022-09-17 11:37:51 +02:00
Gregory Heytings
637cf3ba49
Various improvements to admin/emake.
...
* 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.
2022-09-17 01:34:30 +02:00
Lars Ingebrigtsen
0ce30e9295
Allow not deleting the config.cache file with "make FAST=true bootstrap"
...
* 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.
2022-08-25 14:18:45 +02:00
Lars Ingebrigtsen
84082a0e84
Tweak admin/emacs output
2022-08-20 11:12:16 +02:00
Lars Ingebrigtsen
1c7910ea6e
Don't hide final dump in admin/emake
2022-08-13 13:37:00 +02:00
Lars Ingebrigtsen
580976a82c
Adjust admin/emacs for new autoloads
...
* admin/emake: Adjust for new autoloads.
2022-08-04 16:24:26 +02:00
Lars Ingebrigtsen
087d031ec6
Further emake tweaks
2022-01-21 15:03:32 +01:00
Lars Ingebrigtsen
b8ffdc0694
Fix previous emake change
...
* admin/emake (cores): Fix typo in previous change.
2022-01-21 15:00:14 +01:00
Lars Ingebrigtsen
a6ad584ac2
Adjust emake after recent changes
2022-01-21 08:55:43 +01:00
Stefan Kangas
3aad70326d
Use "grep -E" instead of deprecated "egrep"
...
* admin/emake:
* test/lisp/so-long-tests/so-long-tests.el: Use "grep -E" instead of
deprecated "egrep".
2021-11-10 16:30:50 +01:00
Lars Ingebrigtsen
33ad2bfa95
Include make Errors in admin/emake
2021-11-06 18:55:34 +01:00
Lars Ingebrigtsen
fa7993e9a0
Fix previous admin/emake change
2021-05-28 03:04:57 +02:00
Lars Ingebrigtsen
8c529efe47
Adjust admin/emake filters
...
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.
2021-05-28 03:04:12 +02:00
Lars Ingebrigtsen
51a9ed843f
Tweak filtering some more
...
This should get the ./temacs continuation lines right.
2021-05-02 10:41:56 +02:00
Lars Ingebrigtsen
a139f14c05
Fix previous emake adjustment
2021-04-26 20:51:52 +02:00
Lars Ingebrigtsen
2a33fc8d19
Adjust regexp to extra native-comp lines
2021-04-25 20:36:01 +02:00
Lars Ingebrigtsen
97ab85c78e
Include a "make check-maybe" in the admin/emake script
2021-02-24 23:55:05 +01:00
Lars Ingebrigtsen
cd81739af1
Add some admin/emake comments
2020-12-14 19:54:29 +01:00
Gregory Heytings
5337211b94
Make the emake error messages red
...
* admin/emake: Colorize error messages.
2020-12-14 19:49:39 +01:00