comparison lisp/ChangeLog @ 107448:c34ce344379e

Use more relative file and directory names in `lisp' make rules. * lisp/Makefile.in (EMACS): Arrange for it to work when we chdir. (setwins, setwins_almost, setwins_for_subdirs): Don't `cd'; output relative names. (all, compile, compile-always, compile-last): Set emacswd. (custom-deps, finder-data, autoloads, update-subdirs, compile-last): Just cd to the lisp source dir so we can use relative file names. * src/Makefile.in (bootstrap_exe): Use an absolute name.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 20 Mar 2010 17:46:31 -0400
parents 9d443ad80849
children e64817c0ab40
comparison
equal deleted inserted replaced
107447:9d443ad80849 107448:c34ce344379e
2 2
3 * net/secrets.el: Fix parenthesis. 3 * net/secrets.el: Fix parenthesis.
4 (secrets-enabled): Fix parenthesis. 4 (secrets-enabled): Fix parenthesis.
5 5
6 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca> 6 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 Use more relative file and directory names.
9 * Makefile.in (EMACS): Arrange for it to work when we chdir.
10 (setwins, setwins_almost, setwins_for_subdirs):
11 Don't `cd'; output relative names.
12 (all, compile, compile-always, compile-last): Set emacswd.
13 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
14 Just cd to the lisp source dir so we can use relative file names.
7 15
8 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738). 16 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
9 17
10 2010-03-20 Glenn Morris <rgm@gnu.org> 18 2010-03-20 Glenn Morris <rgm@gnu.org>
11 19