diff options
| author | Eli Zaretskii | 2012-05-28 19:17:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-05-28 19:17:35 +0300 |
| commit | e383e32d7a00bf286db1dc6b05b6219f0eaab8dc (patch) | |
| tree | 6fa3e4d1e1be554159b0819687701b7e27a9dfd5 /nt/ChangeLog | |
| parent | 5221ccb96e8dde4c0c3164f9517aa7b54e539d0d (diff) | |
| download | emacs-e383e32d7a00bf286db1dc6b05b6219f0eaab8dc.tar.gz emacs-e383e32d7a00bf286db1dc6b05b6219f0eaab8dc.zip | |
Fix subtle problem with redirection in nt/configure.bat.
nt/configure.bat (genmakefiles): Move the redirection away from the
end of the command, to avoid excess whitespace at the end of Make
variables created at configure time, and also avoid things like
"FOO1>>config.settings", where "1" gets interpreted as the file
descriptor and eaten up. This fixes breakage introduced by the
last change, without reintroducing the bug fixed by that change.
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 15516c891cd..245f6b578f1 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-05-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * configure.bat (genmakefiles): Move the redirection away from the | ||
| 4 | end of the command, to avoid excess whitespace at the end of Make | ||
| 5 | variables created at configure time, and also avoid things like | ||
| 6 | "FOO1>>config.settings", where "1" gets interpreted as the file | ||
| 7 | descriptor and eaten up. This fixes breakage introduced by the | ||
| 8 | last change, without reintroducing the bug fixed by that change. | ||
| 9 | |||
| 1 | 2012-05-18 Eli Zaretskii <eliz@gnu.org> | 10 | 2012-05-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * configure.bat: Ensure a space between %var% expansion and | 12 | * configure.bat: Ensure a space between %var% expansion and |