Mail Archives: djgpp-workers/2001/03/05/16:10:02
Hello!
Eli Zaretskii wrote:
>
> On Sun, 4 Mar 2001, Richard Dawe wrote:
> > One thing that worries me: should foo be created at the destination as
> > well as foo.exe? That way we do what ginstall has been asked to do, as
> > well as creating an executable that can be run by command.com, etc.
>
> Please give specific examples of situations where this would be
> useful. What ginstall was asked to do was to install a file so that
> it can be run from the command line without using its absolute path.
> How is this done is totally up to us. I've never seen any install
> target in a Makefile which actually tests whether a file is created in
> the target directory.
ginstall src dest
is only asking to copy 'src' to 'dest'. We're making it do something sane
for executable files. My concern is that we're not doing _exactly_ what it
asks.
But if you've never seen anything that does check that 'src' has been
copied to 'dest', then it's probably OK. I admit it does seem like a
stange thing to do - you'd expect ginstall to return an error code if it
failed.
Maybe I worry too much sometimes. 8)
Thanks, bye, Rich =]
--
Richard Dawe <richdawe AT bigfoot DOT com> http://www.bigfoot.com/~richdawe/
"The soul is the mirror of an indestructible universe."
--- Gottfried W. Leibniz
- Raw text -