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
bfab7d85
Commit
bfab7d85
authored
Apr 20, 2011
by
Stefan Monnier
Browse files
* Makefile.in (config.status): Don't erase in case of error.
In case it disappeared, rebuild it with `configure'.
parent
bed7f140
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+8
-1
No files found.
ChangeLog
View file @
bfab7d85
2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (config.status): Don't erase in case of error.
In case it disappeared, rebuild it with `configure'.
2011-04-20 Ken Brown <kbrown@cornell.edu>
* configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
...
...
Makefile.in
View file @
bfab7d85
...
...
@@ -402,8 +402,15 @@ Makefile: config.status $(srcdir)/src/config.in \
$(srcdir)/test/automated/Makefile.in
./config.status
# Don't erase config.status if make is interrupted while refreshing it.
.PRECIOUS
:
config.status
config.status
:
${srcdir}/configure ${srcdir}/lisp/version.el
./config.status
--recheck
if
[
-x
./config.status
]
;
then
\
./config.status
--recheck
;
\
else
\
./configure
;
\
fi
AUTOCONF_INPUTS
=
@MAINT@
$(srcdir)
/configure.in
$(srcdir)
/aclocal.m4
...
...
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