On 02/11/2018 00:09, Stuart Henderson wrote:
On 2018/11/01 22:24, Gary R. Schmidt wrote:
(As libtool is used to hide how things are compiled, I have no great
interest in researching the failure.)
FWIW, you can show the command lines with "make NO_ECHO=". I don't know
why it seems so common to hide these nowadays, it makes debugging builds
much more annoying.
Thanx for that.
And if you remove all of the "--silent" options from the makefiles, you
can see what is really happening!
I'll add:
for i in `find . -name '?akefile'`
do
sed 's/--silent//' $i > /tmp/nosilent.$$
mv /tmp/nosilent.$$ $i
done
to my re-configure scripts.
They are getting annoyingly large these days!
Cheers,
Gary B-)
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel