Updated Branches: refs/heads/master 866c23b5d -> 049f5f337
THRIFT-2082 Executing "gmake clean" is broken Patch: Pavlin Radoslavov Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/049f5f33 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/049f5f33 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/049f5f33 Branch: refs/heads/master Commit: 049f5f3375e442865d790460596caeb5e942fa13 Parents: 866c23b Author: Carl Yeksigian <[email protected]> Authored: Fri Jul 5 13:45:54 2013 -0400 Committer: Carl Yeksigian <[email protected]> Committed: Fri Jul 5 13:49:15 2013 -0400 ---------------------------------------------------------------------- compiler/cpp/Makefile.am | 2 +- lib/erl/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/049f5f33/compiler/cpp/Makefile.am ---------------------------------------------------------------------- diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index a70129a..2c3e5dc 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am @@ -108,6 +108,6 @@ EXTRA_DIST = \ clean-local: $(RM) thriftl.cc thrifty.cc thrifty.h thrifty.hh version.h windows/version.h - echo '#include "thrifty.h"' > compiler/cpp/thrifty.hh + echo '#include "thrifty.h"' > thrifty.hh src/main.cc: version.h http://git-wip-us.apache.org/repos/asf/thrift/blob/049f5f33/lib/erl/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/erl/Makefile.am b/lib/erl/Makefile.am index 089cca5..6550b52 100644 --- a/lib/erl/Makefile.am +++ b/lib/erl/Makefile.am @@ -48,7 +48,7 @@ uninstall: clean: ./rebar clean - rm .generated + rm -f .generated rm -f test/secondService_* \ test/aService_* \ test/serviceForExceptionWithAMap_* \
