Gaetan Nadon wrote:
> On Fri, 2010-11-19 at 14:59 -0800, Jesse Adkins wrote:
>> Signed-off-by: Jesse Adkins <[email protected] 
>> <mailto:[email protected]>>
>> ---
>>  hw/xfree86/i2c/Makefile.am |   10 ++++++++++
>>  1 files changed, 10 insertions(+), 0 deletions(-)
>>
>> diff --git a/hw/xfree86/i2c/Makefile.am b/hw/xfree86/i2c/Makefile.am
>> index 0b80cc8..5e1b553 100644
>> --- a/hw/xfree86/i2c/Makefile.am
>> +++ b/hw/xfree86/i2c/Makefile.am
>> @@ -41,3 +41,13 @@ tda9885_drv_la_SOURCES = tda9885.c tda9885.h 
>> tda9885_module.c
>>  
>>  uda1380_drv_la_LDFLAGS = -module -avoid-version
>>  uda1380_drv_la_SOURCES = uda1380.c uda1380.h uda1380_module.c
>> +
>> +# We don't use the .la's, so remove them.
>> +install-data-hook:
>> +    rm -f $(moduledir)/multimedia/bt829_drv.la
>> +    rm -f $(moduledir)/multimedia/fi1236_drv.la
>> +    rm -f $(moduledir)/multimedia/msp3430_drv.la
>> +    rm -f $(moduledir)/multimedia/tda8425_drv.la
>> +    rm -f $(moduledir)/multimedia/tda9850_drv.la
>> +    rm -f $(moduledir)/multimedia/tda9885_drv.la
>> +    rm -f $(moduledir)/multimedia/uda1380_drv.la
> 
> All of the remove commands should have $(AM_V_GEN) in front of the rm
> command for the silent rules.

Wouldn't that be misleading as GEN implies a file was generated, not removed?

Also, the silent rules don't seem to apply to install steps - those are pretty
noisy still.

-- 
        -Alan Coopersmith-        [email protected]
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to