(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 42e34bd..b76ce89 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 a17a5ac..6676a04 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}