Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Package ace_of_penguins sets unneeded variable
@ 2008-08-13 21:05 hartleys
  2008-08-21 13:10 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: hartleys @ 2008-08-13 21:05 UTC (permalink / raw)
  To: buildroot

Hello all,

The ace_of_penguins package sets:

ACE_OF_PENGUINS_CONF_OPT = --target=$(GNU_TARGET_NAME) \
		--host=$(GNU_TARGET_NAME) --build=$(GNU_HOST_NAME) \
		--prefix=/usr --sysconfdir=/etc

This appears to be unnecessary since Makefile.autotools.in sets those
automatically:

	cd $(@D)/$($(PKG)_SUBDIR) && rm -f config.cache && \
	$(TARGET_CONFIGURE_OPTS) \
	$(TARGET_CONFIGURE_ARGS) \
	$($(PKG)_CONF_ENV) \
		./configure \
		--target=$(GNU_TARGET_NAME) \
		--host=$(GNU_TARGET_NAME) \
		--build=$(GNU_HOST_NAME) \
		--prefix=/usr \
		--exec-prefix=/usr \
		--sysconfdir=/etc \
		$(if $(findstring s,$(MAKEFLAGS)),--quiet,)
		$($(PKG)_CONF_OPT)

Hartley

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

end of thread, other threads:[~2008-08-21 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-13 21:05 [Buildroot] Package ace_of_penguins sets unneeded variable hartleys
2008-08-21 13:10 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox