From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Wed, 19 Oct 2011 09:33:56 +0200 Subject: [Buildroot] [PATCH 0 of 5] Add find utility functions / exclude files from strip / reduce python 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 Makefile.package.in that help in composing find commands, and uses these functions to: * exclude user-configured files and directories from being stripped in target-finalize, and * reduce a python installation to the bare minimum. Signed-off-by: Thomas De Schampheleire --- Config.in | 19 +++++++++++++++++++ Makefile | 9 +++++++-- package/Makefile.package.in | 17 +++++++++++++++++ package/python/Config.in | 26 ++++++++++++++++++++++---- package/python/python.mk | 28 +++++++++++++++++++++++++++- 5 files changed, 92 insertions(+), 7 deletions(-)