aboutsummaryrefslogtreecommitdiffstats
path: root/config/modules/000-gitModule.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/modules/000-gitModule.mk')
-rw-r--r--config/modules/000-gitModule.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/modules/000-gitModule.mk b/config/modules/000-gitModule.mk
index af500a19..8df30049 100644
--- a/config/modules/000-gitModule.mk
+++ b/config/modules/000-gitModule.mk
@@ -73,13 +73,6 @@ $1.sync: ${DISTILLERY_ROOT_DIR}/tools/bin/syncOriginMasterWithCCNXUpstream
@echo $1
@cd ${$1_SOURCE_DIR}; ${DISTILLERY_ROOT_DIR}/tools/bin/syncOriginMasterWithCCNXUpstream
-update: $1.update
-
-$1.update: ${$1_GIT_CONFIG}
- @echo "-------------------------------------------------------------------"
- @echo "- Updating ${$1_SOURCE_DIR}"
- @cd ${$1_SOURCE_DIR} && git fetch --all && git pull
- @echo
${$1_GIT_CONFIG}: tools/bin/gitCloneOneOf tools/bin/gitAddUpstream
@tools/bin/gitCloneOneOf $1 ${$1_SOURCE_DIR} ${$1_GIT_REPOSITORY} ${$1_GIT_UPSTREAM_REPOSITORY}