[openrtm-commit:00045] r2094 - trunk/OpenRTM-aist/packages/rpm
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 5月 10日 (火) 23:58:15 JST
Author: n-ando
Date: 2011-05-10 23:58:14 +0900 (Tue, 10 May 2011)
New Revision: 2094
Modified:
trunk/OpenRTM-aist/packages/rpm/Makefile.am
Log:
clean-local has been updated to delete ROM build dirs and other
created files.
Modified: trunk/OpenRTM-aist/packages/rpm/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/packages/rpm/Makefile.am 2011-05-09 23:33:51 UTC (rev 2093)
+++ trunk/OpenRTM-aist/packages/rpm/Makefile.am 2011-05-10 14:58:14 UTC (rev 2094)
@@ -41,6 +41,9 @@
clean-local:
rm -f *~
rm -f files
+ rm -f OpenRTM-aist.spec rpm_build.sh
+ rm -rf BUILD RPMS SOURCES SPECS SRPMS
+ rm -f OpenRTM-aist-*
EXTRA_DIST = \
OpenRTM-aist.spec.in \
openrtm-commit メーリングリストの案内