summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-01 13:00:38 -0500
committermidipix <writeonce@midipix.org>2019-01-01 14:54:02 -0500
commit2e567a1ce6b3e1af19ce0b581c4d5df06aaf5b4f (patch)
tree321603f3ef48605c29b48b7bef1a407e2efd7fd0
parentbcfca3c5b63b0df782a33f04dac7c2d5a844ca9c (diff)
downloadptycon-2e567a1ce6b3e1af19ce0b581c4d5df06aaf5b4f.tar.bz2
ptycon-2e567a1ce6b3e1af19ce0b581c4d5df06aaf5b4f.tar.xz
build system: ccenv.usage: using absolute path made optional (forthcoming).
-rw-r--r--sofort/ccenv/ccenv.usage6
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, ...