summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar erics <erics@web>2017-11-01 21:02:17 +0000
committerGravatar admin <admin@branchable.com>2017-11-01 21:02:17 +0000
commit251c5cf79696594c93ae74b25742aa1292d4eb68 (patch)
tree4e52369f5ca24f1308481c77d3f144d124123a1b
parentf6bd81c239cd0685f82b2477bb1dc50df35712d7 (diff)
-rw-r--r--doc/bugs/__91__PATCH__93___Cosmetic__58___clarify_a_warning_message.mdwn22
1 files changed, 22 insertions, 0 deletions
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
new file mode 100644
index 000000000..79d6e3fa7
--- /dev/null
+++ b/doc/bugs/__91__PATCH__93___Cosmetic__58___clarify_a_warning_message.mdwn
@@ -0,0 +1,22 @@
+ commit 3ee8dc86cd831e975c80844924ef062b79e763b6
+ Author: Eric Siegerman <pub08-git@davor.org>
+ Date: Tue Oct 31 21:12:38 2017 -0400
+
+ Make a Makefile warning ... more obviously only a warning
+
+ diff --git a/Makefile b/Makefile
+ index aceb65cae..0381e7383 100644
+ --- a/Makefile
+ +++ b/Makefile
+ @@ -34,7 +34,10 @@ 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 run OK..."; \
+ + echo "** ... but maybe a little bit slower than necessary"; \
+ + } \
+ fi
+
+ git-annex-shell: git-annex