[openrtm-commit:00864] r2376 - branches/RELENG_1_0/OpenRTM-aist

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 7月 7日 (土) 00:15:01 JST


Author: n-ando
Date: 2012-07-07 00:15:01 +0900 (Sat, 07 Jul 2012)
New Revision: 2376

Modified:
   branches/RELENG_1_0/OpenRTM-aist/Makefile.am
Log:
DIST_SUBDIRS added for package directory. Now debian dir is not removed by clean target. Clean target to remove source package.

Modified: branches/RELENG_1_0/OpenRTM-aist/Makefile.am
===================================================================
--- branches/RELENG_1_0/OpenRTM-aist/Makefile.am	2012-06-08 04:08:28 UTC (rev 2375)
+++ branches/RELENG_1_0/OpenRTM-aist/Makefile.am	2012-07-06 15:15:01 UTC (rev 2376)
@@ -8,6 +8,7 @@
 AUTOMAKE_OPTIONS = 1.4
 
 SUBDIRS = build src utils examples etc docs win32
+DIST_SUBDIRS = build src utils examples etc docs win32 packages
 
 EXTRA_DIST =        \
 	README      \
@@ -19,5 +20,5 @@
 
 clean-local:
 	rm -f *~ *.core
-	rm -rf debian build-arch-stamp build-indep-stamp
-
+	rm -rf build-arch-stamp build-indep-stamp
+	rm -f OpenRTM-aist*.tar.gz OpenRT-aist*.tar.bz OpenRTM-aist*.zip



More information about the openrtm-commit mailing list