masakih

BSDBViewer (プロジェクト終了)

  • R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheのSQLiteデータベース内を覗くアプリ


コミットメタ情報

リビジョン28a36946448265b6aa34d2ea3f615f2ea5a7e0f4 (tree)
日時2008-06-15 02:49:47
作者masakih <masakih@user...>
コミッターmasakih

ログメッセージ

Makefile
タグ名の命名法を変更。

git-svn-id: svn+ssh://macmini/usr/local/svnrepos/BSDBViewer/BSDBViewer@7 477addb1-df5c-4826-a637-c2b1bdcd60d4

変更サマリ

差分

--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,9 @@ all:
2020 @echo use target tagging
2121
2222 tagging:
23- @echo "Tagging the $(VERSION) (x) release of BSDBViewer project."
23+ @echo "Tagging the $(VERSION) release of BSDBViewer project."
2424 export LC_ALL=C; \
25- REV=`svn info | awk '/Last Changed Rev/ {print $$4}'` ; \
26- echo svn copy $(HEAD) $(TAGS_DIR)/release-$(VERSION).$${REV}
25+ echo svn copy $(HEAD) $(TAGS_DIR)/release-$(VERSION)
2726
2827 Localizable: BSTRADocument.m
2928 genstrings -o English.lproj $<