]> git.sur5r.net Git - i3/i3/commit
makefile: canonicalize path when compiling
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 5 Aug 2012 15:00:24 +0000 (17:00 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 5 Aug 2012 15:00:24 +0000 (17:00 +0200)
commit48f1e383ca2322ffbfbc66cd7c0325b97f8d36a9
treed2691eb8b3c180b2d19b439a31186b5c6aed5c9a
parent952e5b6059a87cf3c32a62edef5e91730ce380b4
makefile: canonicalize path when compiling

Compilers store the path with which they were called in the debug
symbols. Therefore, this will make backtraces show something like
../i3-4.2/src/main.c instead of src/main.c.

See also http://stackoverflow.com/questions/6473561/
src/i3.mk