Mercurial > emacs
changeset 97425:750eb9498631
(bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 11 Aug 2008 02:21:08 +0000 |
parents | af4c45829666 |
children | 6d1c70c60808 |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 11 01:24:31 2008 +0000 +++ b/src/ChangeLog Mon Aug 11 02:21:08 2008 +0000 @@ -1,3 +1,7 @@ +2008-08-11 Dan Nicolaescu <dann@ics.uci.edu> + + * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case. + 2008-08-10 Glenn Morris <rgm@gnu.org> * process.c (procfs_system_process_attributes): Use EMACS_INTs to
--- a/src/Makefile.in Mon Aug 11 01:24:31 2008 +0000 +++ b/src/Makefile.in Mon Aug 11 02:21:08 2008 +0000 @@ -1372,7 +1372,7 @@ bootstrap-emacs${EXEEXT}: temacs${EXEEXT} cd ../lisp; $(MAKE) $(MFLAGS) update-subdirs #ifdef CANNOT_DUMP - ln temacs${EXEEXT} bootstrap-emacs${EXEEXT} + ln -f temacs${EXEEXT} bootstrap-emacs${EXEEXT} #else $(RUN_TEMACS) --batch --load loadup bootstrap mv -f emacs${EXEEXT} bootstrap-emacs${EXEEXT}