diff options
author | Alexey Neyman <stilor@att.net> | 2017-10-05 00:09:22 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:02:33 -0700 |
commit | d401afbddaae56093cce388e62f7ba4d9d68a327 (patch) | |
tree | 5b1c7fdc13dd2ade2dbe8576045427e072d1f4d1 /ct-ng.in | |
parent | 1ce2eab963a004ba352a5cea800e2765a7c6affd (diff) | |
download | crosstool-ng-d401afbddaae56093cce388e62f7ba4d9d68a327.tar.gz crosstool-ng-d401afbddaae56093cce388e62f7ba4d9d68a327.tar.bz2 crosstool-ng-d401afbddaae56093cce388e62f7ba4d9d68a327.zip |
Get rid of sub{lib,doc}dir
They don't make sense - using same ct-ng won't work with different versions,
so they cannot coexist in the same prefix.
Also localize other configure variables so that their usage is easier to track.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -90,7 +90,11 @@ help-distrib:: help-env:: @echo - @echo 'Environment variables (see @@CT_DOCDIR@@/0 - Table of content.txt):' + @if [ -r "@@CT_DOCDIR@@/manual/4_Building.md" ]; then \ + echo 'Environment variables (see @@CT_DOCDIR@@/0 - Table of content.txt):'; \ + else \ + echo 'Environment variables (see http://crosstool-ng.github.io/docs/build/)'; \ + fi help-tail:: @echo |