From: Adriano Carvalho Date: Mon, 25 Aug 2025 22:32:35 +0000 (+0100) Subject: doc: Rephrase to be more precise and less confusing (build) X-Git-Tag: v2025.10-rc4~9^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0492657c74f517dae71ed4864ef10bb05e22a2d4;p=pandora-u-boot.git doc: Rephrase to be more precise and less confusing (build) It was "... doing the same build ... will not trigger a rebuild". Signed-off-by: Adriano Carvalho --- diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst index dafac017f0e..6b382942ac8 100644 --- a/tools/buildman/buildman.rst +++ b/tools/buildman/buildman.rst @@ -1294,7 +1294,7 @@ shows an error:: One major caveat with this feature with branches (-b) is that buildman does not name the output directories differently when you change the configuration, so -doing the same build with a different configuration will not trigger a rebuild. +re-launching Buildman with an updated configuration will not trigger a rebuild. You can use -f to work around that.