Mail Archives: djgpp-workers/1999/07/28/05:13:54
Hi!
Here is small patch for DJGPP.ENV usefull for those poeple who
sets TMPDIR to RAMdrive (like I). Maybe it would be usefull to do
something similar. Parhaps also other programs (not only tar could
use it)
Andris
*** djgpp.env~1 Thu Jul 15 00:29:02 1999
--- djgpp.env Wed Jul 28 12:07:18 1999
***************
*** 7,12 ****
--- 7,13 ----
+USER=dosuser
+GROUP=root
+TMPDIR=%DJDIR%/tmp
+ +BIGTMP=%DJDIR%/tmp
+EMU387=%DJDIR%/bin/emu387.dxe
+LFN=y
+TEXMFMAIN=%DJDIR%/share/texmf
***************
*** 112,114 ****
--- 113,117 ----
MANPATH=%/>MANPATH%;%DJDIR%/man;%DJDIR%/info
PAGER=%DJDIR%/bin/less.exe
+ [tar]
+ TMPDIR=%BIGTMP%
- Raw text -