From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Tue, 04 Feb 2014 17:21:52 +0100 Subject: [Buildroot] [PATCH 0 of 4 v2] infra: remove FOO_DIR_PREFIX, 4th param of pkg infras, pkgparentdir 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 removes a number of unused variables and helper functions. It is a v2 of patch http://patchwork.ozlabs.org/patch/290254/ ('infra: remove usage of pkgparentdir in favor of pkgdir') but simplifies the code even more, after discussion on the Buildroot Developer Days at FOSDEM 2014. Signed-off-by: Thomas De Schampheleire --- package/pkg-autotools.mk | 13 ++++++------- package/pkg-cmake.mk | 13 ++++++------- package/pkg-generic.mk | 29 ++++++++++++++--------------- package/pkg-luarocks.mk | 7 +++---- package/pkg-python.mk | 17 ++++++++--------- package/pkg-utils.mk | 1 - 6 files changed, 37 insertions(+), 43 deletions(-)