Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
11d8ec4a
Commit
11d8ec4a
authored
Aug 11, 2008
by
Dan Nicolaescu
Browse files
(bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
parent
ba0c843d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/ChangeLog
View file @
11d8ec4a
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
...
...
src/Makefile.in
View file @
11d8ec4a
...
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment