• src/doors/clans-src/GNUmakefile

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 8 09:32:17 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/5c2b6addd9458707e59581a1
    Modified Files:
    src/doors/clans-src/GNUmakefile
    Log Message:
    Add src/tests to locations deepclean scrubs
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Mar 11 16:29:22 2026
    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>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)