From: cheekai@gen.co.jp (Chin Chee-Kai)
Subject: Re: Here-Scripts in bash
10 Apr 1997 11:28:49 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.3.07.9704101827.B15530-a100000.cygnus.gnu-win32@sumimasen.gen.co.jp>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: gatekeeper.gen.co.jp: smap set sender to <cheekai@gen.co.jp> using -f
Original-To: GNU Win32 <gnu-win32@cygnus.com>
Original-Cc: Shankar Unni <shankar@chromatic.com>,
        Axel Buschmann <buschman@mechanik.uni-duisburg.de>
In-Reply-To: <334BD4F8.3444@chromatic.com>
Original-Sender: owner-gnu-win32@cygnus.com

> Could beta 18's bash *please*, *please* mkdir c:/tmp if it doesn't find
> one (or make tmpfile() use the Windows temp directory if c:/tmp doesn't
> exist)? (Whine! :-)

IMHO, making tmpfile() or functions needing access to "c:/tmp" to examine
its/their environment everytime it/they are executed isn't too efficient.
This problem is more like a one-off setup thingie.  

How'bout supplying a cygnus-setup* script to be run right after
untaring the all.tar.gz file to do all the necessary one-off 
environment setup stuff, a few of which are:
	- mkdir /tmp
	- mkdir /dev ; touch /dev/zero ; touch /dev/null
	- modify autoexec.bat to include GCC_xxxxx prefix environment
	  variables
	- *(suggestion): check if local directory contains a
	  "patch/" directory, and if so, applies all the patches
	  within the directory to the untarred all.tar.gz,
	- ... any other ideas? ...


Chin Chee-Kai (Last, First)
Internet Email-ID:	cheekai@gen.co.jp

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
