OSDN Git Service

modified: Makefile v2.3.29p0216
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 18 Nov 2015 12:51:06 +0000 (21:51 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Wed, 18 Nov 2015 12:51:06 +0000 (21:51 +0900)
Makefile

index 763227b..24058f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+SHELL=/bin/bash
+
 EOS_GIT_BACKUPSITE=/net/fs08/fs08/DataBase/EosBackup.git
 EOS_GIT_REPOSITRY= git.sourceforge.jp:/gitroot/eos/base.git 
 EOS_GIT_REPOSITRY_NOUSER=git://git.sourceforge.jp/gitroot/eos/base.git
@@ -204,7 +206,7 @@ git-tag-common::
                cd $$DIRECTORYNAME; \
                echo; \
                git tag | sort -k 2,2 -n -t p ; \
-               echo "Version No. (e.g. vXX.YY.ZZpSSSS)"; \
+               echo -n "Version No. (e.g. vXX.YY.ZZpSSSS)"; \
                read TTT; \
                if [ ! -z "$$TTT" ]; then \
                        git tag $$TTT; \
@@ -262,7 +264,7 @@ git-push-with-check::
                SSS=`git tag | sort -k 2,2 -n -t p | tail -1`; \
                if [ ! -z "$$SSS" ]; then \
                        echo "$$SSS is Current Tags in $$ORIGINNAME."; \
-                       echo -n "Did Tag update? Y|y(: push) | N(or Otherwords : not push)"; \
+                       echo -n "Was the current tag updated? [ Y|y | Nn ]: "; \
                        read TTT; \
                        if [ "$$TTT" = Y -o "$$TTT" = y ]; then \
                                git push $$ORIGINNAME master --tags; \