]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] new: ci: Add GNU Make --shuffle option
authorMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 12:36:59 +0000 (14:36 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 12:36:59 +0000 (14:36 +0200)
GNU Make 4.4 introduced the --shuffle option to randomize the order of
goal targets and prerequisites. This helps detect hidden dependencies
and improve build robustness by exposing order-related issues during
parallel builds.

See:

    https://trofi.github.io/posts/238-new-make-shuffle-mode.html
    https://www.gnu.org/software/make/manual/html_node/Options-Summary.html#index-_002d_002dshuffle

Backport of MR !10460

Merge branch 'backport-mnowak/add-gnu-make-shuffle-options-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10640


Trivial merge