BathyScapheのthreadファイルをSpotlightを用いて検索する
Revision | d953166494dc1c630cc0f3953ff44fab78086a69 (tree) |
---|---|
Time | 2009-04-18 23:34:51 |
Author | masakih <masakih@user...> |
Commiter | masakih |
taggingターゲットにupdate_svnを依存させた。
git-svn-id: svn+ssh://macmini/usr/local/svnrepos/BSSpotlighter/BSSpotlighter@11 349e1e32-f012-47ec-a20f-05ec029f004b
@@ -19,7 +19,7 @@ all: | ||
19 | 19 | @echo do nothig. |
20 | 20 | @echo use target tagging |
21 | 21 | |
22 | -tagging: | |
22 | +tagging: update_svn | |
23 | 23 | @echo "Tagging the $(VERSION) (x) release of BSSpotlighter project." |
24 | 24 | REV=`LC_ALL=C svn info | awk '/Revision/ {print $$2}'` ; \ |
25 | 25 | REV=`expr $$REV + $(REV_CORRECT)` ; \ |