• build: order cryptlib before anything that includes its header

    From Andy Alt@VERT to GitLab note in main/sbbs on Wed Aug 5 03:40:57 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/719#note_9924

    @Deuce Fair disclosure, I'm not too familiar with GNUMakefile, so this is just a vibe-coded PR. Tested and works, but whether it could be improved, or closed, I'll leave that to your discretion.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to GitLab note in main/sbbs on Wed Aug 5 11:22:57 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/719#note_9935

    There's a number of issues like this in Synchronet that block parallel builds. If you're actually tracking them all down, I'm happy to support... I had this working properly a few years ago, but since we don't use parallel builds in CI, it always breaks without people noticing.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to GitLab note in main/sbbs on Wed Aug 5 11:24:55 2026
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/719#note_9936

    Looking at this though, this makes *every* file that's compiled dependent on CRYPT_DEPS which isn't correct. We want to express the dependency between the individual targets, not the implicit rules.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net