Mail Archives: djgpp-workers/2001/03/05/02:16:10
On Sun, 4 Mar 2001, Richard Dawe wrote:
> OK, I've increased the number of cases where ginstall should DTRT.
> Unstubbed COFF, stubbed COFF and any MZ format executables are created
> with an .exe extension appended to the target filename. Since .com files
> don't have a header, they will be treated like ordinary files.
Sounds fine.
> 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.
- Raw text -