Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use relative paths on making build/tools/ links
The old uses `abspath`, which I think is so harmful: * If I `cp -a` the whole project, `build/tools/caffe` still refer to the old file, until `make clean`, making debugging very hard * For `tar` and `scp`, the soft links can not work unless the target project folder has the same path
- Loading branch information