1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/exec
Paul Eggert afc9cd1721 Fix autogen.sh’s spurious ‘git diff’ output
Problem reported by Gerd Möllmann (Bug#68464).
* .gitignore: Ignore files in exec that are now copied from build-aux.
* admin/merge-gnulib (avoided_flags): Instead of clearing
autom4te.cache here ...
* autogen.sh (do_git): ... clear it here.
Use config.guess, config.sub and install-sh from
the Emacs repository, as they are more likely to be up to date.
This avoids unnecessary differences among different builders,
and avoids unnecessary ‘git diff’ output after autogen.sh.
Also, copy these files from build-aux to exec since there
should be no difference between the two copies.
* exec/config.guess, exec/config.sub, exec/install-sh:
Remove from repository, as autogen.sh now copies them from build-aux.
2024-01-20 16:35:24 -08:00
..
config-mips.m4.in ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
configure.ac ; Update copyright years in more files 2024-01-02 10:31:42 +08:00
deps.mk ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
exec.c ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
exec.h ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
exec1.c ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
loader-aarch64.s ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
loader-armeabi.s ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
loader-mips64el.s ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
loader-mipsel.s ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
loader-x86.s ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
loader-x86_64.s ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
Makefile.in ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
mipsel-user.h ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
mipsfpu.c ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
mipsfpu.h ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
README
test.c ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
trace.c ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00

This directory holds the source code to a library used to replace the
`execve' and `execveat' system calls, used by the Android port of
Emacs to start executables without intervention from the system.