comparison msdos/mainmake.v2 @ 104947:a0dbb0d71ad5

(bootstrap): Ensure enough environment space will be available to run config.bat.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 11 Sep 2009 10:00:57 +0000
parents 4d83e5b1225b
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
104946:a06ce3bf5524 104947:a0dbb0d71ad5
277 $(MAKE) $(MFLAGS) bootstrap-clean 277 $(MAKE) $(MFLAGS) bootstrap-clean
278 cd .. 278 cd ..
279 ${top_bootclean} 279 ${top_bootclean}
280 280
281 bootstrap: bootstrap-clean FRC 281 bootstrap: bootstrap-clean FRC
282 config msdos 282 command.com /e:2048 /c config msdos
283 $(MAKE) $(MFLAGS) info all 283 $(MAKE) $(MFLAGS) info all
284 284
285 # arch-tag: 6fee5130-4c53-46c6-93d3-d0ea852298b9 285 # arch-tag: 6fee5130-4c53-46c6-93d3-d0ea852298b9