From: Eli Zaretskii Date: Fri, 11 Sep 2009 10:01:21 +0000 (+0000) Subject: (bootstrap): Ensure enough environment space will be available X-Git-Tag: emacs-pretest-23.1.90~1386 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66205aea4b2bb831618341af343d76be2cca58a7;p=emacs.git (bootstrap): Ensure enough environment space will be available to run config.bat. --- diff --git a/msdos/ChangeLog b/msdos/ChangeLog index c0ea8247c0c..de8f870dfdb 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,8 @@ +2009-09-11 Eli Zaretskii + + * mainmake.v2 (bootstrap): Ensure enough environment space + will be available to run config.bat. + 2009-08-27 Eli Zaretskii * sed1v2.inp (buildobj.h): Replace "echo" with "djecho". diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 2cad495a1de..5486cf43ffd 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -279,7 +279,7 @@ bootstrap-clean: FRC ${top_bootclean} bootstrap: bootstrap-clean FRC - config msdos + command.com /e:2048 /c config msdos $(MAKE) $(MFLAGS) info all # arch-tag: 6fee5130-4c53-46c6-93d3-d0ea852298b9