emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107086: Fix MS-DOS build in lib-src.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107086: Fix MS-DOS build in lib-src.
Date: Sat, 04 Feb 2012 10:03:49 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107086
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-04 10:03:49 +0200
message:
  Fix MS-DOS build in lib-src.
  
   msdos/sed3v2.inp (insrcdir): Use $(<F) rather than $<, as
   command.com's "if not exist" doesn't grok forward slashes in file
   names.
modified:
  msdos/ChangeLog
  msdos/sed3v2.inp
=== modified file 'msdos/ChangeLog'
--- a/msdos/ChangeLog   2012-01-31 16:15:03 +0000
+++ b/msdos/ChangeLog   2012-02-04 08:03:49 +0000
@@ -1,3 +1,9 @@
+2012-02-04  Eli Zaretskii  <address@hidden>
+
+       * sed3v2.inp (insrcdir): Use $(<F) rather than $<, as
+       command.com's "if not exist" doesn't grok forward slashes in file
+       names.
+
 2012-01-14  Eli Zaretskii  <address@hidden>
 
        * sed4.inp (PATH_DUMPLOADSEARCH): Edit to "../lisp", for when the

=== modified file 'msdos/sed3v2.inp'
--- a/msdos/sed3v2.inp  2012-01-19 07:21:25 +0000
+++ b/msdos/sed3v2.inp  2012-02-04 08:03:49 +0000
@@ -50,5 +50,5 @@
   s/movemail[^ ]* *//
 }
 /^insrcdir=/s/^.*$/\#&/
-/^      *\$(insrcdir) ||/s,\$(insrcdir) ||,command.com /c if not exist $<,
+/^      *\$(insrcdir) ||/s,\$(insrcdir) ||,command.com /c if not exist $(<F),
 


reply via email to

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