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
b464059a
Commit
b464059a
authored
Jun 07, 2008
by
Glenn Morris
Browse files
(bootstrap-build): Remove mostlyclean, since it seems to serve no
purpose.
parent
18396552
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+3
-1
No files found.
ChangeLog
View file @
b464059a
2008-06-07 Glenn Morris <rgm@gnu.org>
* Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
serve no purpose.
2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
...
...
Makefile.in
View file @
b464059a
...
...
@@ -843,11 +843,13 @@ bootstrap: bootstrap-clean-before FRC
bootfast
:
bootstrap-clean-before-fast FRC
$(MAKE)
$(MFLAGS)
info bootstrap-build
## There used to be a src; mostlyclean before all, but it does not
## seem to serve any purpose, and compiles things twice.
## http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg00104.html
bootstrap-build
:
FRC
(
cd
lisp
;
$(MAKE)
$(MFLAGS)
bootstrap-prepare
)
(
cd
src
;
$(MAKE)
$(MFLAGS)
bootstrap
)
(
cd
lisp
;
$(MAKE)
$(MFLAGS)
bootstrap
EMACS
=
../src/bootstrap-emacs
${EXEEXT}
)
(
cd
src
;
$(MAKE)
$(MFLAGS)
mostlyclean
)
$(MAKE)
$(MFLAGS)
all
(
cd
lisp
;
$(MAKE)
$(MFLAGS)
bootstrap-after
)
...
...
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