[openrtm-commit:00546] r2264 - in branches/RELENG_1_0/OpenRTM-aist: . packages

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 1月 5日 (木) 17:14:20 JST


Author: n-ando
Date: 2012-01-05 17:14:19 +0900 (Thu, 05 Jan 2012)
New Revision: 2264

Modified:
   branches/RELENG_1_0/OpenRTM-aist/Makefile.am
   branches/RELENG_1_0/OpenRTM-aist/configure.ac
   branches/RELENG_1_0/OpenRTM-aist/packages/Makefile.am
Log:
Files created by deb-pkg build process is now deleted by clean-local target

Modified: branches/RELENG_1_0/OpenRTM-aist/Makefile.am
===================================================================
--- branches/RELENG_1_0/OpenRTM-aist/Makefile.am	2012-01-05 08:11:53 UTC (rev 2263)
+++ branches/RELENG_1_0/OpenRTM-aist/Makefile.am	2012-01-05 08:14:19 UTC (rev 2264)
@@ -19,4 +19,5 @@
 
 clean-local:
 	rm -f *~ *.core
+	rm -rf debian build-arch-stamp build-indep-stamp
 

Modified: branches/RELENG_1_0/OpenRTM-aist/configure.ac
===================================================================
--- branches/RELENG_1_0/OpenRTM-aist/configure.ac	2012-01-05 08:11:53 UTC (rev 2263)
+++ branches/RELENG_1_0/OpenRTM-aist/configure.ac	2012-01-05 08:14:19 UTC (rev 2264)
@@ -39,7 +39,7 @@
 major_version=[`echo $VERSION | sed -e 's/\([0-9]\{1,\}\)\.\([0-9]\{1,\}\)\.\([0-9]\{1,\}\)/\1/g'`]
 minor_version=[`echo $VERSION | sed -e 's/\([0-9]\{1,\}\)\.\([0-9]\{1,\}\)\.\([0-9]\{1,\}\)/\2/g'`]
 revision_num=[`echo $VERSION | sed -e 's/\([0-9]\{1,\}\)\.\([0-9]\{1,\}\)\.\([0-9]\{1,\}\)/\3/g'`]
-short_version=$major_version$minor_version$revision_num
+short_version=$major_version$minor_version"0"
 
 RTM_VERSION=$VERSION
 RTM_MAJOR_VERSION=$major_version

Modified: branches/RELENG_1_0/OpenRTM-aist/packages/Makefile.am
===================================================================
--- branches/RELENG_1_0/OpenRTM-aist/packages/Makefile.am	2012-01-05 08:11:53 UTC (rev 2263)
+++ branches/RELENG_1_0/OpenRTM-aist/packages/Makefile.am	2012-01-05 08:14:19 UTC (rev 2264)
@@ -8,3 +8,6 @@
 AUTOMAKE_OPTIONS = 1.4
 
 SUBDIRS = deb rpm
+
+clean-local:
+	rm -rf DEBIAN *.deb openrtm*.tar.gz *.dsc *.changes



openrtm-commit メーリングリストの案内