From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Fri, 22 Jun 2012 07:34:48 +0200 Subject: [Buildroot] [PATCH 0 of 2 v5-resend2] Add find utility functions / exclude files from strip Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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 --- 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(-)