[Mesa-dev] [PATCH 09/15] configure.ac: Don't sort GALLIUM_WINSYS_DIRS

Marek Olšák maraeo at gmail.com
Fri Mar 23 14:20:50 PDT 2012


The main reason for the sorting was to remove duplicates.

r300g adds "drivers/r300" and "winsys/radeon", while r600g adds
"drivers/r600" and also "winsys/radeon", so the winsys directory
appears twice in GALLIUM_WINSYS_DIRS.

Nevertheless, I've got the same hunch as Jakob. This patch seems to
just hide the real problem.

Marek

On Fri, Mar 23, 2012 at 1:43 AM, Francisco Jerez <currojerez at riseup.net> wrote:
> From: Tom Stellard <thomas.stellard at amd.com>
>
> This allows targets to order winsys directories, so dependencies are
> built in the correct order.
> ---
>  configure.ac |    1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index ac7d49f..fe5e198 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2009,7 +2009,6 @@ ln -s autoconf configs/current
>
>  dnl Sort the dirs alphabetically
>  GALLIUM_TARGET_DIRS=`echo $GALLIUM_TARGET_DIRS|tr " " "\n"|sort -u|tr "\n" " "`
> -GALLIUM_WINSYS_DIRS=`echo $GALLIUM_WINSYS_DIRS|tr " " "\n"|sort -u|tr "\n" " "`
>  GALLIUM_DRIVERS_DIRS=`echo $GALLIUM_DRIVERS_DIRS|tr " " "\n"|sort -u|tr "\n" " "`
>  GALLIUM_MAKE_DIRS=`echo $GALLIUM_MAKE_DIRS|tr " " "\n"|sort -u|tr "\n" " "`
>  GALLIUM_STATE_TRACKERS_DIRS=`echo $GALLIUM_STATE_TRACKERS_DIRS|tr " " "\n"|sort -u|tr "\n" " "`
> --
> 1.7.9.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list