emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115067: * Makefile.in (epaths-force-w32): Simplify


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115067: * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
Date: Tue, 12 Nov 2013 02:40:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115067
revision-id: address@hidden
parent: address@hidden
author: Dani Moncayo <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-11-11 18:40:14 -0800
message:
  * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-11-08 16:24:40 +0000
+++ b/ChangeLog 2013-11-12 02:40:14 +0000
@@ -1,3 +1,7 @@
+2013-11-12  Dani Moncayo  <address@hidden>
+
+       * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
+
 2013-11-08  Paul Eggert  <address@hidden>
 
        Merge from gnulib, incorporating:

=== modified file 'Makefile.in'
--- a/Makefile.in       2013-11-05 21:51:09 +0000
+++ b/Makefile.in       2013-11-12 02:40:14 +0000
@@ -351,7 +351,7 @@
 # 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.$$$$          \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]