aboutsummaryrefslogtreecommitdiffstats
path: root/msdos
diff options
context:
space:
mode:
Diffstat (limited to 'msdos')
-rw-r--r--msdos/ChangeLog5
-rw-r--r--msdos/sed3v2.inp2
2 files changed, 7 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 78ea6ebf1c5..eeb363e951f 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,8 @@
12011-10-31 Eli Zaretskii <eliz@gnu.org>
2
3 * sed3v2.inp (insrcdir): Comment out definition.
4 $(insrcdir): Edit into MS-DOS existence test.
5
12011-09-29 Eli Zaretskii <eliz@gnu.org> 62011-09-29 Eli Zaretskii <eliz@gnu.org>
2 7
3 * mainmake.v2 (boot): Condition the value on the existence of 8 * mainmake.v2 (boot): Condition the value on the existence of
diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp
index 346f4e07e77..3b2065157e0 100644
--- a/msdos/sed3v2.inp
+++ b/msdos/sed3v2.inp
@@ -49,4 +49,6 @@ s!^ \./! !
49/^UTILITIES *=/,/^$/{ 49/^UTILITIES *=/,/^$/{
50 s/movemail[^ ]* *// 50 s/movemail[^ ]* *//
51} 51}
52/^insrcdir=/s/^.*$/\#&/
53/^ *\$(insrcdir) ||/s,\$(insrcdir) ||,command.com /c if not exist $<,
52 54