All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch cleanup
@ 2009-07-30 14:55 Thomas Petazzoni
  2009-07-30 14:55 ` [Buildroot] [PATCH 1/1] makefile: remove unused AUTO_CONFIGURE_OPTS variable Thomas Petazzoni
  2009-07-30 15:04 ` [Buildroot] [pull request] Pull request for branch cleanup Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-07-30 14:55 UTC (permalink / raw)
  To: buildroot

The following changes since commit 7a1a334c4216e2d105ceb6b2eceaa8986627ae67:
  Thomas Petazzoni (1):
        xorg: update CHANGES after bug fix

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot cleanup

Thomas Petazzoni (1):
      makefile: remove unused AUTO_CONFIGURE_OPTS variable

 package/Makefile.in |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] makefile: remove unused AUTO_CONFIGURE_OPTS variable
  2009-07-30 14:55 [Buildroot] [pull request] Pull request for branch cleanup Thomas Petazzoni
@ 2009-07-30 14:55 ` Thomas Petazzoni
  2009-07-30 15:04 ` [Buildroot] [pull request] Pull request for branch cleanup Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-07-30 14:55 UTC (permalink / raw)
  To: buildroot

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>
---
 package/Makefile.in |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/package/Makefile.in b/package/Makefile.in
index f0dc47a..3dcdfe1 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)" \
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [pull request] Pull request for branch cleanup
  2009-07-30 14:55 [Buildroot] [pull request] Pull request for branch cleanup Thomas Petazzoni
  2009-07-30 14:55 ` [Buildroot] [PATCH 1/1] makefile: remove unused AUTO_CONFIGURE_OPTS variable Thomas Petazzoni
@ 2009-07-30 15:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-07-30 15:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The following changes since commit 7a1a334c4216e2d105ceb6b2eceaa8986627ae67:
 Thomas>   Thomas Petazzoni (1):
 Thomas>         xorg: update CHANGES after bug fix

 Thomas> are available in the git repository at:

 Thomas>   git://git.busybox.net/~tpetazzoni/git/buildroot cleanup

 Thomas> Thomas Petazzoni (1):
 Thomas>       makefile: remove unused AUTO_CONFIGURE_OPTS variable

Thanks, pulled and pushed.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-30 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 14:55 [Buildroot] [pull request] Pull request for branch cleanup Thomas Petazzoni
2009-07-30 14:55 ` [Buildroot] [PATCH 1/1] makefile: remove unused AUTO_CONFIGURE_OPTS variable Thomas Petazzoni
2009-07-30 15:04 ` [Buildroot] [pull request] Pull request for branch cleanup Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.