• install/install-sbbs.mk

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Friday, January 16, 2026 00:40:30
    https://gitlab.synchro.net/main/sbbs/-/commit/797f1c6dbd98013ae86a32d4
    Modified Files:
    install/install-sbbs.mk
    Log Message:
    Add $(SBBSDIR) dependencies to various $(SBBSDIR)/* directory targets

    If the $(SBBSDIR) didn't exist, the first 'cp -r' to it would create it, but specific subdirectory (e.g. ctrl/) wouldn't be created, the contents would
    just go directly into $(SBBSDIR). This fixes that.

    e.g. 'make -f install-sbbs.mk SBBSDIR=~/test REPODIR=~/repo'
    would create a bad install if ~/test didn't already exist.
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Friday, February 06, 2026 14:55:39
    https://gitlab.synchro.net/main/sbbs/-/commit/a7559a0b264612c81f83c9e0
    Modified Files:
    install/install-sbbs.mk
    Log Message:
    Use the install or symlinks build target for sbbs3

    This eliminates a lot of copying/synchronizes of these files and fixes the problem of newer executables (e.g. trashman) not being installed (i.e. copied or symlinked to the exec directory) during initial installation.
    --- SBBSecho 3.36-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)