Mail Archives: djgpp-workers/1998/09/01/20:25:03
On 1 Sep 98 at 15:35, RJ vd Boon wrote:
> Maybe using something like:
> [tar]
> +TARTMP=%DJDIR%/tmp
> TMPDIR=%TARTMP%
> and a note in the README to set TARTMP to a local drive (NOT a
> ramdrive) if you are using a networked/CDROMed DJGPP (Yes, this is
> ugly, sorry.)
I'd suggest doing this the other way around:
[tar]
+TARTMP=%TMPDIR%
TMPDIR=%TARTMP%
(if that's allowable in djgpp.env). If it's done this way around,
people with ramdisks would need to change TARTMP if (and only if)
they're decompressing large archives, while people with DJGPP on
CD-ROM or a network drive don't need to change anything ever (so
long as TMPDIR is sensible). If it's done the way you suggested, it
means that CD-ROM or networked DJGPP users need to change TARTMP or
they won't be able to use tar at all -- large archives or not -- and
in any case I think people who have set up a RAM disk are more likely
to be FAQ/README readers. Mind you, since tar is a Unixy program its
users are probably going to read the READMEs anyway.
--
george DOT foot AT merton DOT oxford DOT ac DOT uk
--
george DOT foot AT merton DOT oxford DOT ac DOT uk
- Raw text -