• src/sbbs3/targets.mk

    From Deuce@1:103/705 to Git commit to sbbs/master on Fri Nov 20 00:52:53 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/5269488c0a59c13ca0e823e3
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Add dependency on JS for everything that includes sbbs.hThis is because it includes js_version.h if JAVASCRIPT is defined,and JAVASCRIPT is defined for everything using CFLAGS.It may be worth re-working the JAVASCRIPT define, but that's a bunchof extra work.This is the first (and easiest) step in getting parallel buildsworking.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Dec 12 01:46:10 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/6dec7bd4a1c65ae1ace68baa
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Make git_hash.h and git_branch.h dependencies of allTo be sure these buggers are always created for every build that includes the'all' target. Perhaps these should be creatd in build or an output dir andmaybe for all projects (not just sbbs3) - but will ponder tomorrow.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Dec 12 02:28:51 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/47d48ec148bee9f746b85740
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    jsdoor.c #includes ver.cpp !?!?
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Dec 12 03:04:13 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/7b185d664ef04708547db3db
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Move the GIT_INFO dependency further up the jsdoor food-chain
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Dec 12 03:22:31 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/4e568ebc3a979e4fccaf0bca
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Merge remote-tracking branch 'origin/master'
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Dec 13 20:13:42 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/7654c0db6eb033ecd1f01e67
    Modified Files:
    src/sbbs3/targets.mk
    Log Message:
    Only update the git_branch.h and git_hash.h files when the contents change.This reduces the number of unnecessary recompiles of ver.cpp -> ver.o.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)