jfgailleur / fabricate

Automatically exported from code.google.com/p/fabricate
0 stars 0 forks source link

If you copy your source tree including your .deps file, it won't rebuild #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ber copied a source tree (including his .deps) and it didn't rebuild, which
he spent quite a while tracking down. Change the .deps paths to relative
paths would fix this -- but would that introduce other gotchas?

Also, if you run your build.py script outside of the directory, it'll fail
because one usually doesn't specify absolute paths on the gcc command line.
Consider switching to the build.py directory before a build. (It'll also
write out the .deps file into the current directory, not the build.py dir.)

Original issue reported on code.google.com by benh...@gmail.com on 26 Aug 2009 at 4:18

GoogleCodeExporter commented 9 years ago
Fixed in commit r74

Original comment by berh...@gmail.com on 14 Oct 2009 at 3:25