]> 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 11:57:07 +0000 (13:57 +0200)
commit2fd72f10d27e4dbb653539fe92f95d3c58a9b996
treee6e3c1651d658aa33d3dea9d0027ae53de28332c
parent7cc623ece106c3782675176fca3847eadfc2971b
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
.gitlab-ci.yml