Re: euc build directory and output filename poll
- Posted by jeremy (admin) Oct 27, 2010
- 1185 views
jimcbrown said...
If an absoute path is given to -o, then I feel it should be used directly, regardless of whether or not it's relative to the builddir.
If a relative path is given to -o, I can live with it being relative to the builddir - BUT with one exception.
I'd expect -o ./myprog to be in the current dir, not in builddir/./myprog Likewise, -o ../myprog should be in the parent dir of the current dir.
So if an absolute or if the output starts with a . then relative to the current directory, otherwise relative to the build dir is what I understand you'd want Jim, right?
Jeremy