add warning: to make clear this is not an error
This commit is contained in:
parent
6b45e1d5c2
commit
9dd67e594f
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ git-annex: tmp/configure-stamp
|
||||||
# Work around https://github.com/haskell/cabal/issues/3524
|
# Work around https://github.com/haskell/cabal/issues/3524
|
||||||
# when not linked dynamically to haskell libs
|
# when not linked dynamically to haskell libs
|
||||||
@if ! ldd git-annex | grep -q libHS; then \
|
@if ! ldd git-annex | grep -q libHS; then \
|
||||||
chrpath -d git-annex || echo "** unable to chrpath git-annex; it will be a little bit slower than necessary"; \
|
chrpath -d git-annex || echo "** warning: unable to chrpath git-annex; it will be a little bit slower than necessary"; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git-annex-shell: git-annex
|
git-annex-shell: git-annex
|
||||||
|
|
|
@ -20,3 +20,5 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git-annex-shell: git-annex
|
git-annex-shell: git-annex
|
||||||
|
|
||||||
|
> Added "warning:" [[done]] --[[Joey]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue