]> code.delx.au - gnu-emacs/commit
Improve behavior of 'bzr up; cd src; make -k'.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Jul 2014 15:50:35 +0000 (08:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Jul 2014 15:50:35 +0000 (08:50 -0700)
commit4939f58d2c45062d5eac3f4c845b4494cf113f1f
tree06187e7580bca2d624b9844d543821c50817ac74
parentd105c56ff95893f00e37a20bfd09f155fb87a5b4
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.
ChangeLog
Makefile.in
src/ChangeLog
src/Makefile.in