Paul Eggert
4da38c6321
Update copyright year to 2025
...
Run "TZ=UTC0 admin/update-copyright".
2025-01-01 07:39:17 +00:00
Po Lu
ecf08f0621
Merge from savannah/emacs-29
...
dc4e6b1329 ; Update copyright years in more files
64b3777631 ; Run set-copyright from admin.el
8e1c56ae46 ; Add 2024 to copyright years
# Conflicts:
# doc/misc/modus-themes.org
# doc/misc/texinfo.tex
# etc/NEWS
# etc/refcards/ru-refcard.tex
# etc/themes/modus-operandi-theme.el
# etc/themes/modus-themes.el
# etc/themes/modus-vivendi-theme.el
# lib/alloca.in.h
# lib/binary-io.h
# lib/c-ctype.h
# lib/c-strcasecmp.c
# lib/c-strncasecmp.c
# lib/careadlinkat.c
# lib/cloexec.c
# lib/close-stream.c
# lib/diffseq.h
# lib/dup2.c
# lib/filemode.h
# lib/fpending.c
# lib/fpending.h
# lib/fsusage.c
# lib/getgroups.c
# lib/getloadavg.c
# lib/gettext.h
# lib/gettime.c
# lib/gettimeofday.c
# lib/group-member.c
# lib/malloc.c
# lib/md5-stream.c
# lib/md5.c
# lib/md5.h
# lib/memmem.c
# lib/memrchr.c
# lib/nanosleep.c
# lib/save-cwd.h
# lib/sha1.c
# lib/sig2str.c
# lib/stdlib.in.h
# lib/strtoimax.c
# lib/strtol.c
# lib/strtoll.c
# lib/time_r.c
# lib/xalloc-oversized.h
# lisp/auth-source-pass.el
# lisp/emacs-lisp/lisp-mnt.el
# lisp/emacs-lisp/timer.el
# lisp/info-look.el
# lisp/jit-lock.el
# lisp/loadhist.el
# lisp/mail/rmail.el
# lisp/net/ntlm.el
# lisp/net/webjump.el
# lisp/progmodes/asm-mode.el
# lisp/progmodes/project.el
# lisp/progmodes/sh-script.el
# lisp/textmodes/flyspell.el
# lisp/textmodes/reftex-toc.el
# lisp/textmodes/reftex.el
# lisp/textmodes/tex-mode.el
# lisp/url/url-gw.el
# m4/alloca.m4
# m4/clock_time.m4
# m4/d-type.m4
# m4/dirent_h.m4
# m4/dup2.m4
# m4/euidaccess.m4
# m4/fchmodat.m4
# m4/filemode.m4
# m4/fsusage.m4
# m4/getgroups.m4
# m4/getloadavg.m4
# m4/getrandom.m4
# m4/gettime.m4
# m4/gettimeofday.m4
# m4/gnulib-common.m4
# m4/group-member.m4
# m4/inttypes.m4
# m4/malloc.m4
# m4/manywarnings.m4
# m4/mempcpy.m4
# m4/memrchr.m4
# m4/mkostemp.m4
# m4/mktime.m4
# m4/nproc.m4
# m4/nstrftime.m4
# m4/pathmax.m4
# m4/pipe2.m4
# m4/pselect.m4
# m4/pthread_sigmask.m4
# m4/readlink.m4
# m4/realloc.m4
# m4/sig2str.m4
# m4/ssize_t.m4
# m4/stat-time.m4
# m4/stddef_h.m4
# m4/stdint.m4
# m4/stdio_h.m4
# m4/stdlib_h.m4
# m4/stpcpy.m4
# m4/strnlen.m4
# m4/strtoimax.m4
# m4/strtoll.m4
# m4/time_h.m4
# m4/timegm.m4
# m4/timer_time.m4
# m4/timespec.m4
# m4/unistd_h.m4
# m4/warnings.m4
# nt/configure.bat
# nt/preprep.c
# test/lisp/register-tests.el
2024-01-02 10:28:14 +08:00
Po Lu
8e1c56ae46
; Add 2024 to copyright years
2024-01-02 09:47:10 +08:00
Gregory Heytings
f09126bd90
Improve 'emake --quieter'
...
* admin/emake: Improve the output when the --quieter option is
used.
2023-08-16 17:47:34 +00:00
Gregory Heytings
b73ab54ae6
Various improvements to 'emake'
...
* admin/emake: Highlight the result of 'check-maybe' in red.
Reindent a few lines. Add a line in the filters. Clarify the
documentation.
2023-08-16 16:06:45 +00:00
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