Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Compare Revisions
47d48ec148bee9f746b857404d357cb1302db14f...7b185d664ef04708547db3db4352f562edc7e26b
Source
7b185d664ef04708547db3db4352f562edc7e26b
Select Git revision
...
Target
47d48ec148bee9f746b857404d357cb1302db14f
Select Git revision
Compare
Commits (1)
Move the GIT_INFO dependency further up the jsdoor food-chain
· 7b185d66
Rob Swindell
authored
Dec 12, 2020
7b185d66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/sbbs3/targets.mk
src/sbbs3/targets.mk
+3
-3
No files found.
src/sbbs3/targets.mk
View file @
7b185d66
...
...
@@ -137,10 +137,10 @@ endif
sexyz
:
$(SEXYZ)
.PHONY
:
jsdoor
jsdoor
:
$(JS_DEPS) $(CRYPT_DEPS) $(XPDEV-MT_LIB) $(SMBLIB) $(UIFCLIB-MT) $(CIOLIB-MT) $(JSDOOR)
jsdoor
:
$(
GIT_INFO) $(
JS_DEPS) $(CRYPT_DEPS) $(XPDEV-MT_LIB) $(SMBLIB) $(UIFCLIB-MT) $(CIOLIB-MT) $(JSDOOR)
# Library dependencies
$(SBBS)
:
$(SBBS)
:
$(FTPSRVR)
:
$(WEBSRVR)
:
$(MAILSRVR)
:
...
...
@@ -148,7 +148,7 @@ $(SERVICES):
$(SBBSCON)
:
$(XPDEV-MT_LIB) $(SMBLIB)
$(SBBSMONO)
:
$(XPDEV-MT_LIB) $(SMBLIB)
$(JSEXEC)
:
$(XPDEV-MT_LIB) $(SMBLIB)
$(JSDOOR)
:
$(XPDEV-MT_LIB)
$(GIT_INFO)
$(JSDOOR)
:
$(XPDEV-MT_LIB)
$(NODE)
:
$(XPDEV_LIB)
$(BAJA)
:
$(XPDEV_LIB) $(SMBLIB)
$(UNBAJA)
:
$(XPDEV_LIB)
...
...