[openrtm-commit:01439] r2565 - trunk/OpenRTM-aist/win32/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 4月 20日 (日) 12:03:25 JST


Author: n-ando
Date: 2014-04-20 12:03:25 +0900 (Sun, 20 Apr 2014)
New Revision: 2565

Modified:
   trunk/OpenRTM-aist/win32/OpenRTM-aist/make_package.sh
Log:
[compat,build,win32,->RELENG_1_1] make_package.sh updated.

Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/make_package.sh
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/make_package.sh	2014-04-19 05:34:20 UTC (rev 2564)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/make_package.sh	2014-04-20 03:03:25 UTC (rev 2565)
@@ -44,8 +44,8 @@
 /usr/bin/find ./$OPENRTM_DIR -name 'Makefile' -type f -exec rm {} \;
 /usr/bin/find ./$OPENRTM_DIR -name 'Makefile.in' -type f -exec rm {} \;
 /usr/bin/find ./$OPENRTM_DIR -name 'Makefile.am' -type f -exec rm {} \;
+
 dirs="rtm examples utils"
-dirs=""
 for d in $dirs ; do
 	/usr/bin/find ./$OPENRTM_DIR/$d/ -name '*.obj' -type f -exec rm {} \;
 	/usr/bin/find ./$OPENRTM_DIR/$d/ -name '*.pdb' -type f -exec rm {} \;



More information about the openrtm-commit mailing list