CVSROOT:        /cvs
Module name:    ports
Changes by:     k...@cvs.openbsd.org    2019/12/20 08:51:26

Modified files:
        devel/ninja    : Makefile 
Added files:
        devel/ninja/patches: patch-src_build_cc patch-src_build_h 
                             patch-src_state_cc patch-src_state_h 

Log message:
Implement stable build order for reproducible and more reliable builds:

* Use a deque for the ready_ queue so that build order is not randomized
by using a set of pointers.

Inspired by a diff by jca@. okay sthen@

Reply via email to