Reviewed By: mcslee
Test Plan:
dreiss@dreiss-vmware:cleanup:thrift$ ./bootstrap.sh && ./configure && make -j2 && ./cleanup.sh && git status
# Shows no untracked files.
Revert Plan: ok
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665432
13f79535-47bb-0310-9956-
ffa450edef68
#!/bin/sh
-subdirs="compiler/cpp lib/cpp lib/py if"
-
+make distclean >/dev/null 2>&1
rm -rf \
AUTHORS \
ChangeLog \
config.guess \
config.h \
config.hin \
+config.hin~ \
config.log \
config.status \
config.sub \
ltmain.sh \
missing \
ylwrap \
-if/gen-*
-
-for subdir in ${subdirs}; do
- if [ -x "${subdir}/cleanup.sh" ]; then
- cwd="`pwd`"
- cd "${subdir}"
- ./cleanup.sh
- cd "${cwd}"
- fi
-done
+if/gen-* \
+compiler/cpp/Makefile.in \
+if/Makefile.in \
+lib/Makefile.in \
+lib/cpp/Makefile.in \
+lib/py/Makefile.in