Mats Wichmann
Mats Wichmann
This topic is mentioned in #1908 as well.
Hmmm, perhaps this is fixed in the codebase? The proposed patches show modifying a line `sigs.append(self.path)`, but in the current code that line looks like `sigs.append(self.get_internal_path())` which suggests to me...
Assigning to self so I remember to test this.
So without really answering directly, there's an extremeley long-standing issue with the chdir stuff. See for example #824, which date back... a ways. And yes, IMO, feeding the dir information...
There seem to be a lot of issues in flight with this and the other chdir bugs. Some stuff should be unplugged from the idea of doing a chdir related...
These are still undocumented... anybody have any notes on them? There are no useful comments in `Tool/filesystem.py` which seems to be the only mention (except the use of `CopyAs` in...
Turns out from a different set of work (see #3920) that the filesystem tool itself is also undocumented. This issue goes on to suggest some consolidation... any thoughts on this?
`install` isn't default at the moment. filesystem (which provides `CopyTo` and `CopyAs`, whose only client, I believe, is `Install`) is, and recently, `textfile`/`substfile` became default. I think the thought was...
Do we want to keep this one open?
What was the recommended workaround? To me, looks like everything is behaving as it should be. The second scons run doesn't build anything (as expected, but unlike the paste above)....