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
0d85a0c0
Commit
0d85a0c0
authored
Jan 03, 2015
by
Paul Eggert
Browse files
Less 'make' chatter for lib-src
* Makefile.in (blessmail): Less 'make' chatter here.
parent
c895d02c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/Makefile.in
lib-src/Makefile.in
+2
-2
No files found.
lib-src/ChangeLog
View file @
0d85a0c0
2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
Less 'make' chatter for lib-src
* Makefile.in (blessmail): Less 'make' chatter here.
2014-12-27 Eli Zaretskii <eliz@gnu.org>
2014-12-27 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (etags_libs, ebrowse${EXEEXT}, profile${EXEEXT})
* Makefile.in (etags_libs, ebrowse${EXEEXT}, profile${EXEEXT})
...
...
lib-src/Makefile.in
View file @
0d85a0c0
...
@@ -223,8 +223,8 @@ $(EXE_FILES): ../lib/libgnu.a
...
@@ -223,8 +223,8 @@ $(EXE_FILES): ../lib/libgnu.a
## Only used if we need blessmail, but no harm in always defining.
## Only used if we need blessmail, but no harm in always defining.
## This makes the actual blessmail executable.
## This makes the actual blessmail executable.
blessmail
:
$(srcdir)/../lisp/mail/blessmail.el
blessmail
:
$(srcdir)/../lisp/mail/blessmail.el
$(EMACS)
$(EMACSOPT)
-l
$<
$(AM_V_GEN)
$(EMACS)
$(EMACSOPT)
-l
$<
chmod
+x
$@
$(AM_V_at)
chmod
+x
$@
## This checks if we need to run blessmail.
## This checks if we need to run blessmail.
## Do not charge ahead and do it! Let the installer decide.
## Do not charge ahead and do it! Let the installer decide.
...
...
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