[Buildroot] [PATCH 0 of 2 v5] Add find utility functions / exclude files from strip

Thomas De Schampheleire patrickdepinguin+buildroot at gmail.com
Tue May 8 19:26:16 UTC 2012


This patch series adds a few utility functions to pkg-utils.mk that
help in composing find commands, and uses these functions to exclude
user-configured files and directories from being stripped in target-finalize.

Thanks to input from Arnout, the find functions are now much simpler and
should be clearly understandable by everyone.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

---
v5: line up with latest git
v4: simplify find functions even further; whitespace changes
v3: update based on review comments, remove Python changes for now
v2: simplify find functions

 Config.in            |  19 +++++++++++++++++++
 Makefile             |  10 ++++++++--
 package/pkg-utils.mk |   9 +++++++++
 3 files changed, 36 insertions(+), 2 deletions(-)




More information about the buildroot mailing list