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
632e833f
Commit
632e833f
authored
Nov 11, 2013
by
Dani Moncayo
Committed by
Glenn Morris
Nov 11, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
parent
bd7cd30a
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 @
632e833f
2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
* Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, incorporating:
...
...
Makefile.in
View file @
632e833f
...
...
@@ -351,7 +351,7 @@ msys_sed_sh_escape=sed -e 's/[];$$*.^[]/\\\\&/g'
# the data directory. "pwd -W" produces Windows-style 'd:/foo/bar'
# absolute directory names, so we use it here to countermand that lossage.
epaths-force-w32
:
FRC
@
(
w32srcdir
=
`
cd
"
${srcdir}
"
;
pwd
-W
|
sed
-e
's,^\([A-Za-z]\):,/\1,'
|
${msys_to_w32}
`
;
\
@
(
w32srcdir
=
`
cd
"
${srcdir}
"
&&
pwd
-W
`
;
\
prefixpattern
=
`
echo
'
${prefix}
'
|
${msys_to_w32}
|
${msys_sed_sh_escape}
`
;
\
locallisppath
=
`
echo
'
${locallisppath}
'
|
${msys_lisppath_to_w32}
|
${msys_prefix_subst}
`
;
\
sed
<
${srcdir}
/nt/epaths.nt
>
epaths.h.
$$$$
\
...
...
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