]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add GNU Make --shuffle option
authorMichal Nowak <mnowak@isc.org>
Wed, 14 May 2025 09:34:06 +0000 (11:34 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 12:03:11 +0000 (14:03 +0200)
commite6ee1ea75fe3d960bdf85e7b80f7bb79cb1b8525
tree0888b96043c526182700cd47bd1474e789256acc
parent7ee960ef38860b11dcb918f84fdb361c21898782
Add GNU Make --shuffle option

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

(cherry picked from commit 2fd72f10d27e4dbb653539fe92f95d3c58a9b996)
.gitlab-ci.yml