diff options
author | midipix <writeonce@midipix.org> | 2019-01-01 13:00:38 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-01 14:53:59 -0500 |
commit | a137717fb335670023efeb994c1be00128132ae3 (patch) | |
tree | ba9097f2d0b0f2514e966349332f0056f0154055 /sofort/ccenv | |
parent | 1fa031ac55df3d9c77f9cdaf56dac1cd3e8b6b59 (diff) | |
download | apimagic-a137717fb335670023efeb994c1be00128132ae3.tar.bz2 apimagic-a137717fb335670023efeb994c1be00128132ae3.tar.xz |
build system: ccenv.usage: using absolute path made optional (forthcoming).
Diffstat (limited to 'sofort/ccenv')
-rw-r--r-- | sofort/ccenv/ccenv.usage | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sofort/ccenv/ccenv.usage b/sofort/ccenv/ccenv.usage index 44e5f05..8eab780 100644 --- a/sofort/ccenv/ccenv.usage +++ b/sofort/ccenv/ccenv.usage @@ -61,12 +61,6 @@ A few words on sofort's tool-finding logic - AR=/path/to/ar --> set AR to the specified absolute path -# consistency: -- in the above case of AR=ar, using $(command -v ar) ensures - that the same tool is used throughout the lifetime of the - build project. - - # host generated config file and variable names: - ccenv/host.mk - AR, NM, OBJDUMP, ... |