[vlc-devel] [PATCH] modules/genmf fails on solaris
Rémi Denis-Courmont
remi at remlab.net
Fri Jun 5 09:39:27 CEST 2009
On Fri, 5 Jun 2009 09:12:41 +0200, jpd at videolan.org wrote:
> On Fri, May 29, 2009 at 08:50:46PM +0200, Christophe Mutricy wrote:
>> On Fri, May 29, 09 at 20:44 +0200, Daniel Vergien wrote:
>> > - if ! test -f "$modf"; then
>> > + if test -f "$modf"
>> > + then
>> > + echo "$modf exists"
>>
>> That's wrong. we don't want that appearing in the Makefiles
>
> Could you elaborate on this, please?
I think Christophe meant to not add messages. Calling "true" or ":" would
probably be more appropriate.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list