[Rprotobuf-commits] r391 - in pkg: . inst/examples/HighFrequencyFinance
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Sep 11 15:21:39 CEST 2010
Author: edd
Date: 2010-09-11 15:21:39 +0200 (Sat, 11 Sep 2010)
New Revision: 391
Modified:
pkg/cleanup
pkg/inst/examples/HighFrequencyFinance/Makefile
Log:
ensure two ancient files get removed in cleanup
make 'make clean' silent
Modified: pkg/cleanup
===================================================================
--- pkg/cleanup 2010-09-11 09:26:41 UTC (rev 390)
+++ pkg/cleanup 2010-09-11 13:21:39 UTC (rev 391)
@@ -2,6 +2,7 @@
rm -f config.* src/Makedeps src/Makevars \
src/addressbook.pb.cc src/addressbook.pb.h \
+ src/protobufrpc.pb.cc src/protobufrpc.pb.h \
src/*.o src/*.d src/*.a src/*.dll src/*.so src/*.rc */*~ *~ \
inst/doc/RProtoBuf*.aux inst/doc/RProtoBuf*.log \
inst/doc/RProtoBuf*.out inst/doc/RProtoBuf*.tex \
Modified: pkg/inst/examples/HighFrequencyFinance/Makefile
===================================================================
--- pkg/inst/examples/HighFrequencyFinance/Makefile 2010-09-11 09:26:41 UTC (rev 390)
+++ pkg/inst/examples/HighFrequencyFinance/Makefile 2010-09-11 13:21:39 UTC (rev 391)
@@ -30,4 +30,4 @@
protoc --cpp_out=. $^
clean:
- $(RM) $(TARGETS) TradeData.pb.h *.o
+ @$(RM) $(TARGETS) TradeData.pb.h *.o
More information about the Rprotobuf-commits
mailing list