From 9ba9bfb9a02706fa414bcf4c6dcceac1b68a5c9a Mon Sep 17 00:00:00 2001 From: Samuel Martin Date: Sun, 22 Jul 2012 15:28:34 +0200 Subject: pkg-*targets.mk: factorize and fix $(PKG)_SRCDIR and $(PKG)_BUILDDIR declaration Signed-off-by: Samuel Martin Signed-off-by: Thomas Petazzoni --- package/pkg-autotools.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'package/pkg-autotools.mk') diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk index e4540509d..785daab0e 100644 --- a/package/pkg-autotools.mk +++ b/package/pkg-autotools.mk @@ -54,15 +54,6 @@ endef define inner-autotools-package -# define package-specific variables to default values -ifndef $(2)_SUBDIR - ifdef $(3)_SUBDIR - $(2)_SUBDIR = $($(3)_SUBDIR) - else - $(2)_SUBDIR ?= - endif -endif - ifndef $(2)_LIBTOOL_PATCH ifdef $(3)_LIBTOOL_PATCH $(2)_LIBTOOL_PATCH = $($(3)_LIBTOOL_PATCH) @@ -91,7 +82,6 @@ $(2)_CLEAN_OPT ?= clean $(2)_UNINSTALL_STAGING_OPT ?= DESTDIR=$$(STAGING_DIR) uninstall $(2)_UNINSTALL_TARGET_OPT ?= DESTDIR=$$(TARGET_DIR) uninstall -$(2)_SRCDIR = $$($(2)_DIR)/$$($(2)_SUBDIR) # # Configure step. Only define it if not already defined by the package -- cgit v1.2.3