Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2e5d41e4
Commit
2e5d41e4
authored
May 18, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (lib, lib-src, lisp): Check cd return value.
parent
e7333757
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
2e5d41e4
2012-05-19 Glenn Morris <rgm@gnu.org>
* Makefile.in (lib, lib-src, lisp): Check cd return value.
* Makefile.in (leim): No need to set PARALLEL.
2012-05-18 Glenn Morris <rgm@gnu.org>
...
...
Makefile.in
View file @
2e5d41e4
...
...
@@ -357,7 +357,7 @@ sync-from-gnulib: $(gnulib_srcdir)
# These targets should be "${SUBDIR} without `src'".
lib lib-src lisp
:
Makefile FRC
cd
$@
;
$(MAKE)
all
$(MFLAGS)
\
cd
$@
&&
$(MAKE)
all
$(MFLAGS)
\
CC
=
'
${CC}
'
CFLAGS
=
'
${CFLAGS}
'
CPPFLAGS
=
'
${CPPFLAGS}
'
\
LDFLAGS
=
'
${LDFLAGS}
'
MAKE
=
'
${MAKE}
'
...
...
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