]> git.ipfire.org Git - thirdparty/ccache.git/commit
Make all concatenated option path arguments relative
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 21 Jul 2016 19:08:06 +0000 (21:08 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 21 Jul 2016 19:11:22 +0000 (21:11 +0200)
commit5fdb77458a0d34a4d24e2ca82138197bcd083685
tree4b8fda85ab18501bd18e28a9a82d3ea4f9e74e39
parent8f16e8d3283b2d0becdaa655b20dfa18234c04f7
Make all concatenated option path arguments relative

Only when a base directory is used, of course. Also added a test case
for the important -I/some/path case.

Hopefully fixes issue #84. A more generic alternative to PR #85.
ccache.c
test/test_argument_processing.c