Skip to content
Snippets Groups Projects
Commit 3f1b7aa1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Subvert non-phony phonies, and order-only some more dirs

parent 2cc142e6
No related branches found
No related tags found
No related merge requests found
Pipeline #5597 passed
...@@ -41,6 +41,7 @@ spec: ...@@ -41,6 +41,7 @@ spec:
- .rules - .rules
script: script:
- cd 3rdp/build - cd 3rdp/build
- touch depend
- gmake ${BUILD_FLAGS} libmozjs - gmake ${BUILD_FLAGS} libmozjs
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -62,6 +63,7 @@ spec: ...@@ -62,6 +63,7 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd 3rdp/build - cd 3rdp/build
- touch depend
- gmake ${BUILD_FLAGS} cryptlib - gmake ${BUILD_FLAGS} cryptlib
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -74,6 +76,7 @@ spec: ...@@ -74,6 +76,7 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/xpdev - cd src/xpdev
- touch depend
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -87,6 +90,7 @@ spec: ...@@ -87,6 +90,7 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/encode - cd src/encode
- touch depend
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -100,6 +104,7 @@ spec: ...@@ -100,6 +104,7 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/hash - cd src/hash
- touch depend
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -113,6 +118,7 @@ spec: ...@@ -113,6 +118,7 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/conio - cd src/conio
- touch depend
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -126,6 +132,7 @@ spec: ...@@ -126,6 +132,7 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/sftp - cd src/sftp
- touch depend
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -139,6 +146,7 @@ spec: ...@@ -139,6 +146,7 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/smblib - cd src/smblib
- touch depend
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -152,6 +160,10 @@ spec: ...@@ -152,6 +160,10 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/uifc - cd src/uifc
- touch depend
- touch xpdev
- touch xpdev-mt
- touch ciolib-mt
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -168,6 +180,7 @@ spec: ...@@ -168,6 +180,7 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/sbbs3 - cd src/sbbs3
- touch depend
- gmake ${BUILD_FLAGS} gitinfo - gmake ${BUILD_FLAGS} gitinfo
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -180,6 +193,16 @@ spec: ...@@ -180,6 +193,16 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/sbbs3/scfg - cd src/sbbs3/scfg
- touch depend
- touch xpdev
- touch xpdev-mt
- touch encode
- touch hash
- touch smblib
- touch ciolib-mt
- touch uifc
- touch uifc-mt
- touch cl
- gmake ${BUILD_FLAGS} GIT=NO - gmake ${BUILD_FLAGS} GIT=NO
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -202,6 +225,15 @@ spec: ...@@ -202,6 +225,15 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/sbbs3/uedit - cd src/sbbs3/uedit
- touch depend
- touch xpdev
- touch xpdev-mt
- touch encode
- touch hash
- touch smblib
- touch ciolib-mt
- touch uifc
- touch uifc-mt
- gmake ${BUILD_FLAGS} GIT=NO - gmake ${BUILD_FLAGS} GIT=NO
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -232,6 +264,15 @@ spec: ...@@ -232,6 +264,15 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/sbbs3/umonitor - cd src/sbbs3/umonitor
- touch depend
- touch xpdev
- touch xpdev-mt
- touch encode
- touch hash
- touch smblib
- touch ciolib-mt
- touch uifc
- touch uifc-mt
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -252,6 +293,15 @@ spec: ...@@ -252,6 +293,15 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/sbbs3 - cd src/sbbs3
- touch depend
- touch xpdev
- touch xpdev-mt
- touch encode
- touch hash
- touch smblib
- touch ciolib-mt
- touch uifc
- touch uifc-mt
- gmake ${BUILD_FLAGS} GIT=NO standalone-utils - gmake ${BUILD_FLAGS} GIT=NO standalone-utils
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -272,8 +322,19 @@ spec: ...@@ -272,8 +322,19 @@ spec:
extends: extends:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- touch xpdev
- cd src/sbbs3 - cd src/sbbs3
- touch depend
- touch xpdev
- touch xpdev-mt
- touch smblib
- touch uifc
- touch uifc-mt
- touch ciolib-mt
- touch encode
- touch hash
- touch smblib
- touch sftp-mt
- touch cl
- gmake ${BUILD_FLAGS} GIT=NO all - gmake ${BUILD_FLAGS} GIT=NO all
artifacts: artifacts:
name: "sbbs-${OSP}" name: "sbbs-${OSP}"
...@@ -313,6 +374,16 @@ spec: ...@@ -313,6 +374,16 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/syncterm - cd src/syncterm
- touch depend
- touch xpdev
- touch xpdev-mt
- touch encode
- touch hash
- touch ciolib-mt
- touch uifc
- touch uifc-mt
- touch sftp-mt
- touch cl
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
name: "syncterm-${OSP}" name: "syncterm-${OSP}"
...@@ -332,6 +403,10 @@ spec: ...@@ -332,6 +403,10 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/syncdraw - cd src/syncdraw
- touch depend
- touch xpdev
- touch xpdev-mt
- touch ciolib-mt
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
name: "syncdraw-${OSP}" name: "syncdraw-${OSP}"
...@@ -346,6 +421,17 @@ spec: ...@@ -346,6 +421,17 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/sbbs3 - cd src/sbbs3
- touch depend
- touch xpdev
- touch xpdev-mt
- touch encode
- touch hash
- touch smblib
- touch ciolib-mt
- touch uifc
- touch uifc-mt
- touch sftp-mt
- touch cl
- gmake ${BUILD_FLAGS} jsdoor - gmake ${BUILD_FLAGS} jsdoor
artifacts: artifacts:
name: "jsdoor-${OSP}" name: "jsdoor-${OSP}"
...@@ -376,6 +462,9 @@ spec: ...@@ -376,6 +462,9 @@ spec:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/sexpots - cd src/sexpots
- touch depend
- touch xpdev
- touch xpdev-mt
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
name: "sexpots-${OSP}" name: "sexpots-${OSP}"
......
...@@ -302,7 +302,7 @@ $(DUPEFIND): $(DUPEFIND_OBJS) $(ENCODE_LIB) | $(EXEODIR) ...@@ -302,7 +302,7 @@ $(DUPEFIND): $(DUPEFIND_OBJS) $(ENCODE_LIB) | $(EXEODIR)
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(DUPEFIND_OBJS) $(SMBLIB_LIBS) $(HASH_LIBS) $(XPDEV_LIBS) $(ENCODE_LIBS) $(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(DUPEFIND_OBJS) $(SMBLIB_LIBS) $(HASH_LIBS) $(XPDEV_LIBS) $(ENCODE_LIBS)
# READSAUCE # READSAUCE
$(READSAUCE): $(READSAUCE_OBJS) $(OBJODIR) $(EXEODIR) | $(EXEODIR) $(READSAUCE): $(READSAUCE_OBJS) | $(EXEODIR) $(OBJODIR)
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(READSAUCE_OBJS) $(XPDEV_LIBS) $(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(READSAUCE_OBJS) $(XPDEV_LIBS)
...@@ -312,7 +312,7 @@ $(PKTDUMP): $(PKTDUMP_OBJS) | $(OBJODIR) $(EXEODIR) ...@@ -312,7 +312,7 @@ $(PKTDUMP): $(PKTDUMP_OBJS) | $(OBJODIR) $(EXEODIR)
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(PKTDUMP_OBJS) $(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(PKTDUMP_OBJS)
# FMSGDUMP # FMSGDUMP
$(FMSGDUMP): $(FMSGDUMP_OBJS) $(OBJODIR) $(EXEODIR) | $(EXEODIR) $(FMSGDUMP): $(FMSGDUMP_OBJS) | $(EXEODIR) $(OBJODIR)
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(FMSGDUMP_OBJS) $(QUIET)$(CC) $(CONSOLE_LDFLAGS) -o $@ $(FMSGDUMP_OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment