[PATCH build] Add -L command-line option to list build components.

Peter Hutterer peter.hutterer at who-t.net
Sat Sep 4 18:27:41 PDT 2010


On 5/09/10 05:23 , Trevor Woerner wrote:
> On Thu, Aug 26, 2010 at 6:50 PM, Peter Hutterer
> <peter.hutterer at who-t.net>  wrote:
>>> -if test x"${PREFIX}" = x ; then
>>> +if test x"${PREFIX}" = x -a -z "$LISTONLY" ; then
>>
>> nitpick: the rest of the script uses test foo&&  test foo instead of -a
>
> No problem.
>
>>> +if [ -z "$LISTONLY" ]; then
>>> +    echo "Building to run $HOST_OS / $HOST_CPU ($HOST)"
>>
>> test or []?
>
> Would this be for consistency, or is there a difference between the
> two of which I'm not aware?
> In any case I'll switch it to 'test', no problem.

just consistency. we've got both mixed up already, but I'd prefer if we 
pick one and stick with it if possible. especially in one patch.
I don't have a preference either way, whichever one is more prevalent i 
suppose.

Cheers,
   Peter




More information about the xorg-devel mailing list