Make "make clean" rules a bit more standard.
authorDavid Reiss <dreiss@apache.org>
Sun, 24 Feb 2008 16:42:18 +0000 (16:42 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 24 Feb 2008 16:42:18 +0000 (16:42 +0000)
commit2ca456a8ae1599a2112eed0ddffa922657c8b123
tree262d58e0e9af878b5534c6e399350c6df4edc401
parent223d6bd1ac0c033aa01cad3aad8051df8a161a49
Make "make clean" rules a bit more standard.

Summary:
make-generic is some sort of internal undocumented thing.
make-local is what is supposed to be used for this stuff.
Also use $(RM) instead of "rm -f".

Reviewed By: marc

Test Plan: make clean

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665498 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/Makefile.am
lib/java/Makefile.am
lib/py/Makefile.am
test/Makefile.am
test/java/Makefile.am
test/perl/Makefile
test/php/Makefile
test/py/Makefile.am
test/rb/Makefile
test/threads/Makefile
tutorial/cpp/Makefile