• src/doors/clans-src/GNUmakefile

    From Deucе@VERT to Git commit to main/sbbs/master on Sunday, March 08, 2026 09:32:17
    https://gitlab.synchro.net/main/sbbs/-/commit/5c2b6addd9458707e59581a1
    Modified Files:
    src/doors/clans-src/GNUmakefile
    Log Message:
    Add src/tests to locations deepclean scrubs

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, March 11, 2026 16:29:22
    https://gitlab.synchro.net/main/sbbs/-/commit/db4e3e94029b8960c57c9990
    Modified Files:
    src/doors/clans-src/GNUmakefile
    Log Message:
    Move devkit data source files to installer staging only

    The devkit target was copying data source files (classes.txt, items.txt, monsters.txt, npc-pc.txt, races.txt, spells.u8.txt, npcs.u8.txt, npcquote.u8.txt) to the project root, which caused them to appear as
    untracked in 'git status' after running 'gmake devkit'.

    These files should only be deployed as part of the devkit installer,
    not in the developer's working root. Move the copy commands from the
    devkit target to the devkit-installer target, where they copy to the stagedk/gum/ staging directory for packaging.

    This keeps the project root clean while preserving the installer's
    ability to package these files as part of the distribution.

    Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

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