[kazehakase-svn] [3244] * Makefile.am (tag): added commit message.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
Sat Sep 29 14:24:23 JST 2007


Revision: 3244
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3244
Author:   kous
Date:     2007-09-29 14:24:22 +0900 (Sat, 29 Sep 2007)

Log Message:
-----------
* Makefile.am (tag): added commit message.

Modified Paths:
--------------
    kazehakase/trunk/Makefile.am

Modified: kazehakase/trunk/Makefile.am
===================================================================
--- kazehakase/trunk/Makefile.am	2007-09-29 05:23:49 UTC (rev 3243)
+++ kazehakase/trunk/Makefile.am	2007-09-29 05:24:22 UTC (rev 3244)
@@ -15,4 +15,5 @@
 
 tag:
 	trunk=`svn info | grep URL: | sed -e 's/URL: //'`; \
-	  svn cp $$trunk `echo $$trunk | sed -e 's/trunk/tags\/$(VERSION)/'`
+	  svn cp -m '* released $(VERSION)' \
+	  $$trunk `echo $$trunk | sed -e 's/trunk/tags\/$(VERSION)/'`




More information about the Kazehakase-cvs mailing list
Back to archive index