OSDN Git Service

prepare subtree:
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 28 Jan 2015 23:23:21 +0000 (08:23 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 28 Jan 2015 23:23:21 +0000 (08:23 +0900)
modified:   .gitignore
modified:   Makefile

.gitignore
Makefile

index 7ccaf1b..fe3acb0 100644 (file)
@@ -13,6 +13,9 @@ src/*/.Source
 src/*/*/.Source
 
 # hostdepend
+hostdepend/X86MAC64
+hostdepend/X86LINUX64
+hostdepend/X86LINUX64ICC
 
 #
 *.o
index f992d80..37d6588 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ git-add-hostdepend::
        #echo tacyas@git.sourceforge.jp:/gitroot/eos/hostdependX86MAC64.git
        #echo $${EOS_GITUSER}@$(EOS_GIT_REPOSITRY_HOSTDEPEND)$${EOS_HOSTDIR}.git
        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_HOSTDIR} master 
 
 git-add-optional::
        cd optional; git add -v --all .