add warning: to make clear this is not an error

This commit is contained in:
Joey Hess 2017-12-11 14:28:39 -04:00
parent 6b45e1d5c2
commit 9dd67e594f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 1 deletions

View file

@ -38,7 +38,7 @@ git-annex: tmp/configure-stamp
# Work around https://github.com/haskell/cabal/issues/3524
# when not linked dynamically to haskell libs
@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
git-annex-shell: git-annex

View file

@ -20,3 +20,5 @@
fi
git-annex-shell: git-annex
> Added "warning:" [[done]] --[[Joey]]