aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-07-13 08:50:35 -0700
committerPaul Eggert2014-07-13 08:50:35 -0700
commit4939f58d2c45062d5eac3f4c845b4494cf113f1f (patch)
tree06187e7580bca2d624b9844d543821c50817ac74 /src/ChangeLog
parentd105c56ff95893f00e37a20bfd09f155fb87a5b4 (diff)
downloademacs-4939f58d2c45062d5eac3f4c845b4494cf113f1f.tar.gz
emacs-4939f58d2c45062d5eac3f4c845b4494cf113f1f.zip
Improve behavior of 'bzr up; cd src; make -k'.
* Makefile.in (ACLOCAL_INPUTS): Add all m4/*.m4 files. * src/Makefile.in (top_srcdir): New var. (ntsource, lispsource, ALL_CFLAGS, gl-stamp, emacs.res): Use '$(top_srcdir)' instead of '$(srcdir)/..'; its expansion is a bit shorter. (../config.status): Actually build config.status instead of just complaining. (ACLOCAL_INPUTS, AUTOCONF_INPUTS): New macros, copied and relocated from ../Makefile.in. ($(top_srcdir)/aclocal.m4, $(top_srcdir)/configure, config.in) (../config.status, Makefile): New dependencies and rules, copied with relocation from ../Makefile.in. This should be more likely to rebuild the build machinery properly if you do a 'make' in the src directory.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 47b0927bbb7..877898443ec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12014-07-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 Improve behavior of 'bzr up; cd src; make -k'.
4 * Makefile.in (top_srcdir): New var.
5 (ntsource, lispsource, ALL_CFLAGS, gl-stamp, emacs.res):
6 Use '$(top_srcdir)' instead of '$(srcdir)/..';
7 its expansion is a bit shorter.
8 (../config.status): Actually build config.status instead of
9 just complaining.
10 (ACLOCAL_INPUTS, AUTOCONF_INPUTS):
11 New macros, copied and relocated from ../Makefile.in.
12 ($(top_srcdir)/aclocal.m4, $(top_srcdir)/configure, config.in)
13 (../config.status, Makefile): New dependencies and rules,
14 copied with relocation from ../Makefile.in. This should be more
15 likely to rebuild the build machinery properly if you do a 'make'
16 in the src directory.
17
12014-07-12 Eli Zaretskii <eliz@gnu.org> 182014-07-12 Eli Zaretskii <eliz@gnu.org>
2 19
3 * xdisp.c (display_line): Don't call FETCH_BYTE with argument less 20 * xdisp.c (display_line): Don't call FETCH_BYTE with argument less