• src/doors/clans-src/GNUmakefile

    From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Oct 27 09:07:25 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/40f14aabe6bf6eac1f6fbb67
    Modified Files:
    src/doors/clans-src/GNUmakefile
    Log Message:
    Make the installer targets "work"

    Still can't do a cross-installer, and I still haven't decided how
    I plan to distribute the program.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Oct 27 10:48:34 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/70f7f2bd50c5f539c0c98a2d
    Modified Files:
    src/doors/clans-src/GNUmakefile
    Log Message:
    Add clean and deepclean targets

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Oct 27 11:28:36 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/c6cd0c8ed4b1972332e4302a
    Modified Files:
    src/doors/clans-src/GNUmakefile
    Log Message:
    Have all build more, fix cleans

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Oct 27 12:16:44 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/8634a43dfe19a9b1cff37827
    Modified Files:
    src/doors/clans-src/GNUmakefile
    Log Message:
    Have directory rms in uninstall not have errors suppressed

    This way it will be clear that the uninstall "failed" when there's
    files left in INSTALLDIR

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Oct 27 20:59:44 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/0dbe0e82d415c5f00dab8cc9
    Modified Files:
    src/doors/clans-src/GNUmakefile
    Log Message:
    Fix up the installer targets

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Oct 28 10:36:42 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b6f1b07784d4437c251e0f9b
    Modified Files:
    src/doors/clans-src/GNUmakefile
    Log Message:
    Clean out stage directory before building

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT 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

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT 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>

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