Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6baef0fd
Commit
6baef0fd
authored
Nov 09, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(bootstrap-lisp): Don't suppress error messages.
parent
d25303d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
6baef0fd
2001-11-09 Richard M. Stallman <rms@gnu.org>
* Makefile.in (bootstrap-lisp): Don't suppress error messages.
2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
* AUTHORS: Regenerate.
...
...
Makefile.in
View file @
6baef0fd
...
...
@@ -676,7 +676,7 @@ bootstrap-lisp-1:
(
cd
lisp
;
$(MAKE)
$(MFLAGS)
bootstrap-clean
)
bootstrap-lisp
:
-
(
cd
lisp
;
$(MAKE)
$(MFLAGS)
bootstrap
EMACS
=
../src/bootstrap-emacs
)
(
cd
lisp
;
$(MAKE)
$(MFLAGS)
bootstrap
EMACS
=
../src/bootstrap-emacs
)
bootstrap-src
:
(
cd
src
;
$(MAKE)
$(MFLAGS)
bootstrap
)
...
...
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