OSDN Git Service

modified: Makefile for subtree
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 28 Jan 2015 22:16:24 +0000 (07:16 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 28 Jan 2015 22:16:24 +0000 (07:16 +0900)
Makefile

index bf99fb0..f2b6ba0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ git-add::
 
 git-add-hostdepend::
        git remote add -f hostdepend$${EOS_HOSTDIER} $${EOS_GITUSER}@$(EOS_GIT_REPOSITRY_HOSTDEPEND)$${EOS_HOSTDIR}.git 
-       git subtree add --prefix=hostdepend/$${EOS_HOSTDIR} --squash hostdepend$${EOS_HOSTDIER} master 
+       git subtree add --prefix=hostdepend/$${EOS_HOSTDIR}/ --squash hostdepend$${EOS_HOSTDIER} master 
 
 git-add-optional::
        cd optional; git add -v --all . 
@@ -187,7 +187,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 
 
 git-push-optional::
 #      cd optional; git push optional master --tags
@@ -239,7 +239,7 @@ git-fetch::git-pull-hostdepend
        cd .       ; git fetch origin master --tags     ; git log -1
 
 git-pull-hostdepend::
-       git subtree pull --prefix=hostdepend/$${EOS_HOSTDIR} hostdpend$${EOS_HOSTDIR} master 
+       git subtree pull --prefix=hostdepend/$${EOS_HOSTDIR}/ hostdpend$${EOS_HOSTDIR} master 
 
 git-fetch-data::
        cd data    ; git fetch data master --tags               ; git log -1