From 20d003a4858d18ccd0b22496c5ad926d3a51601f Mon Sep 17 00:00:00 2001 From: "Angelo Mantellini (manangel)" Date: Sat, 8 Apr 2017 00:57:33 +0200 Subject: correct scripts and makefile, little correction in switch off of metis Change-Id: Icfce254c22af4b7363ec206f5f9703520113f0ee Signed-off-by: Angelo Mantellini (manangel) --- config/modules/000-gitModule.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config') 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} -- cgit 1.2.3-korg