This commit is contained in:
erics 2017-11-01 21:02:17 +00:00 committed by admin
parent 2fa72fb2cc
commit 99f37bac50

View file

@ -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