summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-11 14:28:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-11 14:28:39 -0400
commit63fb221e65c99c218b27bfc064f44a7f135cbd9d (patch)
tree788325bfdc4a3dc68817cb4e94cab25d8d98ad50
parentf64ec03d024cdce79b08c84931ba7097cb8d59d7 (diff)
add warning: to make clear this is not an error
-rw-r--r--Makefile2
-rw-r--r--doc/bugs/__91__PATCH__93___Cosmetic__58___clarify_a_warning_message.mdwn2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bbf1c00b..cf3edc9a0 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/doc/bugs/__91__PATCH__93___Cosmetic__58___clarify_a_warning_message.mdwn b/doc/bugs/__91__PATCH__93___Cosmetic__58___clarify_a_warning_message.mdwn
index 79d6e3fa7..f62e75d9e 100644
--- a/doc/bugs/__91__PATCH__93___Cosmetic__58___clarify_a_warning_message.mdwn
+++ b/doc/bugs/__91__PATCH__93___Cosmetic__58___clarify_a_warning_message.mdwn
@@ -20,3 +20,5 @@
fi
git-annex-shell: git-annex
+
+> Added "warning:" [[done]] --[[Joey]]