This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Here-Scripts in bash


> 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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]