szapp/Ninja

Apply patches in order of their timestamps

szapp opened this issue · 0 comments

szapp commented

So far, individual patches were found by matching a file name pattern. Matched files, i.e. found patches, were then applied in the "arbitrary" order they were provided in by the findnext loop. To allow patches to build on or patch each other they should be applied in a second loop after they were ordered by their timestamps.