]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 11 Aug 2008 02:21:08 +0000 (02:21 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 11 Aug 2008 02:21:08 +0000 (02:21 +0000)
src/ChangeLog
src/Makefile.in

index 42e34bd81699428fb41b7a3b015527b5213ef6ec..b76ce8941ab3edd8053197081b35de387981e02c 100644 (file)
@@ -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
index a17a5acc2219e782549ec6bf33ff80454779966d..6676a040467382341cc6dc6217bdb9504cf6ba2e 100644 (file)
@@ -1372,7 +1372,7 @@ ${lispsource}loaddefs.el: $(BOOTSTRAPEMACS)
 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}