aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-03-20 17:46:31 -0400
committerStefan Monnier2010-03-20 17:46:31 -0400
commit3613edce52c791a51e797350df513f719c7de941 (patch)
treee3fc10c3a3008699cc782da3deb644af58e4adbd /src/ChangeLog
parentf05e1b9401d40b0abfc9cd1666e1ec2bdf14881f (diff)
downloademacs-3613edce52c791a51e797350df513f719c7de941.tar.gz
emacs-3613edce52c791a51e797350df513f719c7de941.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2eaefe41fac..1f8be957599 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in (bootstrap_exe): Use an absolute name.
4
12010-03-20 Dan Nicolaescu <dann@ics.uci.edu> 52010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 Remove support for old GNU/Linux using libc version 5. 7 Remove support for old GNU/Linux using libc version 5.