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
24ed64a0
Commit
24ed64a0
authored
May 31, 2017
by
Glenn Morris
Browse files
* test/Makefile.in (.SECONDARY): Stop make deleting .elc files.
parent
76712f0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
test/Makefile.in
test/Makefile.in
+3
-0
No files found.
test/Makefile.in
View file @
24ed64a0
...
...
@@ -150,6 +150,9 @@ TESTS := $(LOGFILES:.log=)
## see what the problem was.
.PRECIOUS
:
%.log
## Stop make deleting these as intermediate files.
.SECONDARY
:
${ELFILES:.el=.elc}
.PHONY
:
${TESTS}
define
test_template
...
...
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