[Buildroot] [PATCH] ed: Convert to generic package infrastructure

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon May 20 14:49:05 UTC 2013


Dear Markos Chandras,

On Mon, 20 May 2013 14:21:58 +0100, Markos Chandras wrote:

> -$(eval $(autotools-package))
> +define ED_CONFIGURE_CMDS
> +	( cd $(@D); \

Nitpick: we typically don't put a space here.

> +		./configure \
> +		--prefix=/usr \
> +		CPPFLAGS="$(TARGET_CPPFLAGS)" \
> +		CFLAGS="$(TARGET_CFLAGS)" \
> +		LDFLAGS="$(TARGET_LDFLAGS)" \
> +		CC="$(TARGET_CC)" \

Maybe you could use $(TARGET_CONFIGURE_OPTS) here instead?

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list