summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-07-30 16:53:46 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-07-30 16:53:46 +0200
commit4e9807a645c11e914ae7bb64e7f6e9a732ad4848 (patch)
treec7229b65a069fe7dae9d769e4134dd3d84716fc4
parent7a1a334c4216e2d105ceb6b2eceaa8986627ae67 (diff)
makefile: remove unused AUTO_CONFIGURE_OPTS variable
The AUTO_CONFIGURE_OPTS is not used anywhere in the tree. autoconf based packages should used the Makefile.autotools.in machinery instead. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index f0dc47a36..3dcdfe104 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -210,16 +210,6 @@ HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \
GNU_HOST_NAME:=$(HOST_ARCH)-$(subst ",,$(BR2_GNU_BUILD_SUFFIX))
#")
-AUTO_CONFIGURE_TARGET=\
- $(TARGET_CONFIGURE_OPTS) \
- $(TARGET_CONFIGURE_ARGS) \
- $(TARGET_CONFIGURE_ENV) \
- $(if $(THIS_SRCDIR),$(THIS_SRCDIR)/,./)configure \
- $(if $(BR2_CONFIG_CACHE),--cache-file="$(PROJECT_BUILD_DIR)/tgt-config.cache",) \
- --target=$(GNU_TARGET_NAME) \
- --host=$(GNU_TARGET_NAME) \
- --build=$(GNU_HOST_NAME)
-
TARGET_CONFIGURE_OPTS=PATH=$(TARGET_PATH) \
AR="$(TARGET_AR)" \
AS="$(TARGET_AS)" \