Extend clean up script (based on the changes from tmtom)

This commit is contained in:
Stefan Wahren
2012-12-19 21:20:38 +01:00
parent 746e611236
commit 48a5b2bab7
5 changed files with 30 additions and 1 deletions

View File

@ -20,13 +20,16 @@ true \
&& rm -f ltmain.sh \
&& rm -f missing \
&& rm -f stamp-h1 \
&& rm -f *~ \
&& rm -f -r autom4te.cache \
&& rm -f -r libltdl \
&& rm -f -r m4 \
&& rm -f -r bin/.deps \
&& rm -f -r bin/.libs \
&& rm -f bin/Makefile \
&& rm -f bin/Makefile.in \
&& rm -f bin/*.o \
&& rm -f bin/*~ \
&& rm -f bin/libmbus.1 \
&& rm -f bin/mbus-serial-request-data \
&& rm -f bin/mbus-serial-request-data-multi-reply \
@ -34,17 +37,31 @@ true \
&& rm -f bin/mbus-serial-scan-secondary \
&& rm -f bin/mbus-serial-select-secondary \
&& rm -f bin/mbus-serial-switch-baudrate \
&& rm -f bin/mbus-tcp-raw-send \
&& rm -f bin/mbus-tcp-request-data \
&& rm -f bin/mbus-tcp-request-data-multi-reply \
&& rm -f bin/mbus-tcp-scan \
&& rm -f bin/mbus-tcp-scan-secondary \
&& rm -f bin/mbus-tcp-select-secondary \
&& rm -f -r bin/.libs \
&& rm -f -r mbus/.deps \
&& rm -f -r mbus/.libs \
&& rm -f mbus/Makefile \
&& rm -f mbus/Makefile.in \
&& rm -f mbus/*.o \
&& rm -f mbus/*.lo \
&& rm -f mbus/*.la \
&& rm -f mbus/*~ \
&& rm -f -r test/.deps \
&& rm -f -r test/.libs \
&& rm -f test/Makefile \
&& rm -f test/Makefile.in \
&& rm -f test/*.o \
&& rm -f test/*.lo \
&& rm -f test/*.la \
&& rm -f test/*~ \
&& rm -f test/mbus_parse \
&& rm -f test/mbus_parse_hex \
&& rm -f test/mbus_unit_test1 \
&& rm -f -r debian/libmbus-dev \
&& rm -f -r debian/libmbus1 \
&& rm -f -r debian/tmp \