<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2010-11-19 at 21:39 -0500, Gaetan Nadon wrote:
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE TYPE=CITE>
<PRE>
+        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
</PRE>
    </BLOCKQUOTE>
    <BR>
    All of the remove commands should have $(AM_V_GEN) in front of the rm command for the silent rules.<BR>
</BLOCKQUOTE>
<BR>
What I should have been suggesting is to use $(AM_V_at) as it is used in several places in the server already.
<BLOCKQUOTE>
<PRE>
hw/xfree86/Makefile.in:        $(AM_V_at)rm -f Xorg &amp;&amp; $(MAKE) Xorg
</PRE>
</BLOCKQUOTE>
It will simply suppress the output. As Alan pointed out, it is not very important as the output<BR>
for &quot;install&quot; is fairly busy anyway. However, in Makefile.am it will show that this target has been taken care of<BR>
like all others and it will prevent someone from adding $(AM_V_GEN).<BR>
<BR>
If there is a low cost opportunity to do it...
</BODY>
</HTML>