[Rprotobuf-commits] r373 - in pkg: . inst/examples/HighFrequencyFinance

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 12 22:31:52 CEST 2010


Author: edd
Date: 2010-08-12 22:31:52 +0200 (Thu, 12 Aug 2010)
New Revision: 373

Modified:
   pkg/cleanup
   pkg/inst/examples/HighFrequencyFinance/Makefile
Log:
cleanup up example directory too


Modified: pkg/cleanup
===================================================================
--- pkg/cleanup	2010-08-12 20:07:21 UTC (rev 372)
+++ pkg/cleanup	2010-08-12 20:31:52 UTC (rev 373)
@@ -8,3 +8,5 @@
     inst/doc/RProtoBuf*.toc 
 rm -rf inst/doc/auto
 
+[ -d inst/examples/HighFrequencyFinance ] && \
+    ( cd  inst/examples/HighFrequencyFinance && make clean )

Modified: pkg/inst/examples/HighFrequencyFinance/Makefile
===================================================================
--- pkg/inst/examples/HighFrequencyFinance/Makefile	2010-08-12 20:07:21 UTC (rev 372)
+++ pkg/inst/examples/HighFrequencyFinance/Makefile	2010-08-12 20:31:52 UTC (rev 373)
@@ -30,4 +30,4 @@
 			protoc --cpp_out=. $^
 
 clean:
-			$(RM) $(TARGETS) TradeData.pb.h
+			$(RM) $(TARGETS) TradeData.pb.h *.o



More information about the Rprotobuf-commits mailing list