diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-03-17 11:33:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-03-17 11:42:34 -0700 |
commit | 2f8935099c680f5e25afdf290d351180ee42fa39 (patch) | |
tree | 900d6f682b94c4b5f5cfe435fd6910f6ad9b6b3e /nt | |
parent | 65faa7bcb59421603ed2b6e961fe4b9ea8cb91b9 (diff) | |
download | emacs-2f8935099c680f5e25afdf290d351180ee42fa39.tar.gz |
Fixups for GNU Make switchover
This fixes some minor problems introduced in the recent switch to GNU
Make, discovered by further testing. Without some of these changes
'make -j' would sometimes have race conditions caused by missing
dependencies. (Bug#26100)
* .gitignore: Remove src/stamp-h.in, src/stamp-h1.
* Makefile.in ($(MAKEFILE_NAME)): Depend on configure, not
src/config.in, since the former's timestamp now represents
the latter's.
($(srcdir)/configure): Use plain ./autogen.sh, for consistency
with other autogen.sh invocations.
($(srcdir)/src/stamp-h.in):
Remove rule, as this file is no longer created.
* Makefile.in (top_distclean):
* src/Makefile.in (bootstrap-clean):
No need to remove stamp-h1, as that was an Automake byproduct
and Automake is no longer in use.
* lib/Makefile.in, src/Makefile.in:
(AUTOCONF_INPUTS, $(top_srcdir)/configure): Remove.
(../config.status, Makefile): Simplify by limiting dependencies
to files we care about and files in the repository, and by
using just one file to represent the timestamps on multiple
targets updated by the same rule.
* autogen.sh: Do not create or use src/stamp-h.in.
Instead, have 'find' test the two output files directly.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/gnulib-cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk index 4095ecfd6e9..175329fb9e7 100644 --- a/nt/gnulib-cfg.mk +++ b/nt/gnulib-cfg.mk @@ -16,7 +16,7 @@ # along with this file. If not, see <http://www.gnu.org/licenses/>. -# Gnulib odules to be omitted from Emacs. +# Gnulib modules to be omitted from Emacs. # Omit them because they either conflict with MinGW headers or # headers in nt/inc, or because those modules won't compile with |