From: Juan Manuel Guerrero Date: Tue, 14 Mar 2006 23:10:09 +0000 (+0000) Subject: * Delete all environment variables after use to avoid that X-Git-Tag: v2.3b~426 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1bddda4d85d1d9431a05699ce1aae40e865de797 * Delete all environment variables after use to avoid that the environment space becomes exhausted. --- diff --git a/djgpp/config.bat b/djgpp/config.bat index ee9c4c7f..4a20f80a 100644 --- a/djgpp/config.bat +++ b/djgpp/config.bat @@ -157,6 +157,9 @@ if not "%ARGS%" == "" echo %ARGS% >> arguments set ARGS= set CACHING= set DEPENDENCY_TRACKING= +set LIBICONV_PREFIX= +set LIBINTL_PREFIX= +set HTML= if "%XSRC%" == "." goto InPlace @@ -459,10 +462,7 @@ if not errorlevel 1 mv -f %XSRC%/install-sh %XSRC%/install-sh.sh :NoRen1 if "%SHELL%" == "/bin/sh" set SHELL= if "%HOME%" == "%XSRC%/djgpp" set HOME= -set ARGS= set CONFIG_SITE= set HOSTNAME= set NLS= -set CACHING= -set DEPENDENCY_TRACKING= set XSRC=