aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAngelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>2017-04-08 00:57:33 +0200
committerAngelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>2017-04-08 00:57:33 +0200
commit20d003a4858d18ccd0b22496c5ad926d3a51601f (patch)
treea5c3e02e184eb0f4ce852a6a4928a6046118a4c6 /config
parent3137acdd5a45285dab9903f9d41560c63eca8523 (diff)
correct scripts and makefile, little correction in switch off of metis
Change-Id: Icfce254c22af4b7363ec206f5f9703520113f0ee Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'config')
-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}