• src/sbbs3/targets.mk

    From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Fri Apr 7 21:28:48 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/a13baa9838e1896cc1cd06cb
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    A 'gitinfo' build target for building just the git_branch/hash.h filesNeed to use this for creating nightly sbbs_src.tgz fileAlso suppress the diff errors when the git_*.h files don't exist
    --- SBBSecho 3.20-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 Sat Jul 15 14:26:44 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/6858b34885a50dd7a1d71b66
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Don't use ln -r (relative) option for 'symlinks' build targetAs reported by Pasta68K:FreeBSD's ln doesn't support -rln -sfr clang.freebsd..exe.release/* /sbbs/execln: illegal option -- rSo use realpath instead. Hopefully all the targeted *nix platforms include'realpath'.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Feb 6 17:41:52 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9ec5dd1b4d1144433e6220b7
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Add the missing colons
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Feb 6 18:48:14 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/2bdfaf790f8641c2555f1ce6
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Actually remove slog from standalone-utils. Derp.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Feb 6 18:52:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/d76637800bb79a2f44254d59
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Looks like upgradeto* need sbbs.h (and therefore jsversion.h) too.

    Bump them from standalone-utils
    --- SBBSecho 3.20-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 Mon Mar 4 00:13:34 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/0eb08feedda46028765b5ae8
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Disable the broken textgen running rule by default

    Should only be run on official sbbs builds anyway
    --- SBBSecho 3.20-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 Wed Mar 6 23:51:54 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/632246a6b6cac8bf2a685668
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Don't use echo to create git_hash.h, collapses multiple spaces

    Wasn't sufficiently quoting, but we don't need to use echo in the first place

    Will reconsider using %e instead of %d later
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)