Skip to content
Snippets Groups Projects
Commit e85d181a authored by Rob Swindell's avatar Rob Swindell 💬
Browse files

Fix SBJ, TBD, and DPOKER builds when installed withOUT SYMLINK=1

Needed to pass path to the "src" (SRC_ROOT), not SBBS_SRC.

Also updated the gitlab URLs to use main/sbbs instead of sbbs/sbbs.
parent 0631fbc3
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #771 passed
...@@ -160,13 +160,13 @@ baja: run sbbs3 ...@@ -160,13 +160,13 @@ baja: run sbbs3
$(MAKE) -C $(SBBSDIR)/exec $(MKFLAGS) BAJAPATH=$(REPODIR)/src/sbbs3/$(CCPRE).$(machine).exe.$(BUILDPATH)/baja $(MAKE) -C $(SBBSDIR)/exec $(MKFLAGS) BAJAPATH=$(REPODIR)/src/sbbs3/$(CCPRE).$(machine).exe.$(BUILDPATH)/baja
sbj: run sbj: run
$(MAKE) -C $(SBBSDIR)/xtrn/sbj $(MKFLAGS) $(MAKE) -C $(SBBSDIR)/xtrn/sbj $(MKFLAGS) SRC_ROOT=$(REPODIR)/src XPDEV=$(REPODIR)/src/xpdev/
dpoker: run dpoker: run
$(MAKE) -C $(SBBSDIR)/xtrn/dpoker $(MKFLAGS) SBBS_SRC=$(REPODIR)/src/sbbs3/ XPDEV=$(REPODIR)/src/xpdev/ $(MAKE) -C $(SBBSDIR)/xtrn/dpoker $(MKFLAGS) SRC_ROOT=$(REPODIR)/src XPDEV=$(REPODIR)/src/xpdev/
tbd: run tbd: run
$(MAKE) -C $(SBBSDIR)/xtrn/tbd $(MKFLAGS) SBBS_SRC=$(REPODIR)/src/sbbs3/ XPDEV=$(REPODIR)/src/xpdev/ $(MAKE) -C $(SBBSDIR)/xtrn/tbd $(MKFLAGS) SRC_ROOT=$(REPODIR)/src XPDEV=$(REPODIR)/src/xpdev/
gtkuseredit: src gtkuseredit: src
ifdef USE_GLADE ifdef USE_GLADE
...@@ -245,8 +245,8 @@ endif ...@@ -245,8 +245,8 @@ endif
$(REPODIR): $(REPODIR):
git clone https://gitlab.com/SynchronetBBS/sbbs.git $(REPODIR) \ git clone https://gitlab.com/SynchronetBBS/sbbs.git $(REPODIR) \
|| git clone https://github.com/SynchronetBBS/sbbs.git $(REPODIR) \ || git clone https://github.com/SynchronetBBS/sbbs.git $(REPODIR) \
|| git clone https://gitlab.synchro.net/sbbs/sbbs.git $(REPODIR) || git clone https://gitlab.synchro.net/main/sbbs.git $(REPODIR)
git -C $(REPODIR) remote set-url origin https://gitlab.synchro.net/sbbs/sbbs.git git -C $(REPODIR) remote set-url origin https://gitlab.synchro.net/main/sbbs.git
ifdef TAG ifdef TAG
git -C $(REPODIR) checkout tags/$(TAG) git -C $(REPODIR) checkout tags/$(TAG)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment