aboutsummaryrefslogtreecommitdiffstats
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii2011-10-31 19:37:39 +0200
committerEli Zaretskii2011-10-31 19:37:39 +0200
commit0bd3cb7b2f44639e1da2245b086cedeabbfe46cf (patch)
tree9533c1779407e6d76d1a447e6de2522bb584788e /msdos
parent08e1d82c8818959ce2885519fe138172e2db5bf3 (diff)
downloademacs-0bd3cb7b2f44639e1da2245b086cedeabbfe46cf.tar.gz
emacs-0bd3cb7b2f44639e1da2245b086cedeabbfe46cf.zip
Fix distribution tarball for the MS-DOS build.
make-dist (tempdir): Create `autogen'. (msdos): Add depfiles.bat and inttypes.h. (autogen): Put README, config.in, and Makefile.in ionto the distribution, they are needed for the MS-DOS build. msdos/sed3v2.inp (insrcdir): Comment out definition. $(insrcdir): Edit into MS-DOS existence test.
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