This commit is contained in:
USER
2023-06-23 18:57:37 +01:00
parent f1e68c82c4
commit e1b50b309a

View File

@ -1,5 +1,5 @@
SHELL := /bin/sh SHELL := /bin/sh
ZPC = /zz ZZ = /zz
MAKEFILE := $(firstword $(MAKEFILE_LIST)) MAKEFILE := $(firstword $(MAKEFILE_LIST))
MAKEFILE_NAME := $$(basename ${MAKEFILE}) MAKEFILE_NAME := $$(basename ${MAKEFILE})
@ -12,8 +12,8 @@ mark-complete:
-touch /var/tmp/${MAKEFILE_NAME} -touch /var/tmp/${MAKEFILE_NAME}
update: update:
-(${ZPC}/zShared/sbin/GitClone) -(${ZZ}/zShared/sbin/GitClone)
-(${ZPC}/zShared/sbin/GitPull) -(${ZZ}/zShared/sbin/GitPull)
##### #####
load-all: update mark-complete load-all: update mark-complete