[Buildroot] [PATCH 7/7] support: move package/gnuconfig to support/gnuconfig

Peter Korsgaard jacmet at uclibc.org
Sat Sep 17 06:23:15 UTC 2011


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

 Thomas> The CONFIG_UPDATE macro is no longer defined in
 Thomas> package/gnuconfig/gnuconfig.mk, but instead in
 Thomas> package/Makefile.autotools.in. It it also changed a little bit to take
 Thomas> the directory of the package sources as argument, and the AUTOTARGETS
 Thomas> infrastructure is updated to use this macro.

 Thomas> +
 Thomas> +#
 Thomas> +# Utility function to upgrade config.sub and config.guess files
 Thomas> +#
 Thomas> +# argument 1 : directory into which config.guess and config.sub need
 Thomas> +# to be updated. Note that config.sub and config.guess are searched
 Thomas> +# recursively in this directory.
 Thomas> +#
 Thomas> +define CONFIG_UPDATE
 Thomas> +       echo $(1)
 Thomas> +	for file in config.guess config.sub; do \

I've dropped the echo with wrong indentation, otherwise it looks good -
Thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list