<html><head></head><body>Err, does this not force the use of absolute paths. If so, that's annoying.<br><br>I'm not sure what the point is. I'd rather use the same contribs for all build subdirs, than have to rebuild contribs for each of them.<br><br><div class="gmail_quote">Le 5 mars 2019 15:31:07 GMT+02:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">The resulting contrib can be used via --with-contrib in the configure script.<br><br>The local Makefile to build contribs is now specific to the build folder.<hr> contrib/bootstrap | 11 +++--------<br> 1 file changed, 3 insertions(+), 8 deletions(-)<br><br>diff --git a/contrib/bootstrap b/contrib/bootstrap<br>index d7f92c30e3..7113c0f448 100755<br>--- a/contrib/bootstrap<br>+++ b/contrib/bootstrap<br>@@ -50,12 +50,6 @@ GNUV3="1"<br> AD_CLAUSES=<br> WITH_OPTIMIZATION="1"<br> <br>-if test ! -f "../../contrib/src/main.mak"<br>-then<br>-   echo "$0 must be run from a subdirectory"<br>-  exit 1<br>-fi<br>-<br> while test -n "$1"<br> do<br>    case "$1" in<br>@@ -381,9 +375,10 @@ esac<br> #<br> # Results output<br> #<br>-echo TOPSRC = .. >> Makefile<br>+BOOTSTRAP_PATH="$( cd "$(dirname "$0")" ; pwd -P )"<br>+echo TOPSRC = $BOOTSTRAP_PATH >> Makefile<br> echo TOPDST = . >> Makefile<br> echo include $\(TOPSRC\)/src/main.mak >> Makefile<br> echo "Bootstrap completed."<br> make help<br>-mkdir -p ../../contrib/tarballs || exit $?<br>+mkdir -p $BOOTSTRAP_PATH/tarballs || exit $?</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>