The branch, pu/makeclean has been created at 0ff26f036547524b23046be4145377c6ad6f9488 (commit)
- Shortlog ------------------------------------------------------------ commit 0ff26f036547524b23046be4145377c6ad6f9488 Author: Sven Eckelmann sven@narfation.org Date: Sun Apr 3 22:34:19 2011 +0200
batmand: Fix FTBFS on second build attempt
make clean will try to remove all files and folders which end with *.d. This fails when using the Debian package script on the leftover package folder with etc/init.d included because the rm is not started in recursive deletion mode. This find can be replaced with a simpler statement without using its functionality.
Signed-off-by: Sven Eckelmann sven@narfation.org
-----------------------------------------------------------------------