From 960b3639f1de062e24d2edf33463078298924df4 Mon Sep 17 00:00:00 2001 From: Eos Date: Fri, 2 Sep 2016 06:32:11 +0900 Subject: [PATCH] modified: Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4b667f62e2..a30a18bab8 100644 --- a/Makefile +++ b/Makefile @@ -229,7 +229,7 @@ git-push::git-push-hostdepend make git-push-with-check; git-push-hostdepend:: - #git subtree push --prefix=hostdepend/$${EOS_HOSTDIR}/ --squash hostdepend$${EOS_HOSTDIR} master +# git subtree push --prefix=hostdepend/$${EOS_HOSTDIR}/ --squash hostdepend$${EOS_HOSTDIR} master @echo "hostdepend" @cd hostdepend/$${EOS_HOSTDIR}/; git push hostdepend$${EOS_HOSTDIR} master @@ -289,7 +289,7 @@ git-fetch::git-pull-hostdepend git-pull-hostdepend:: @#git subtree pull --prefix=hostdepend/$${EOS_HOSTDIR}/ --squash hostdepend$${EOS_HOSTDIR} master @echo "pull: hostdepend directory" - @cd hostdepend/$${EOS_HOSTDIR}/; git pull --unshalow hostdepend$${EOS_HOSTDIR} master || echo "No files to be fetched" + @cd hostdepend/$${EOS_HOSTDIR}/; git pull --unshallow hostdepend$${EOS_HOSTDIR} master || echo "No files to be fetched" git-fetch-zephyr:: cd zephyr; git fetch zephyr master --tags ; git log -1 -- 2.11.0