[vlc-devel] [PATCH] modules/genmf fails on solaris

Daniel Vergien daniel.vergien at rrz.uni-hamburg.de
Sat May 30 10:30:17 CEST 2009


On 05/29/09 08:50 PM, 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
> 

What exactly is wrong? I can't find any "... exists" in the Makefiles. 
Or is it the console output while the script is running, or the extra 
line for then? The if then else construct is needed, since the solaris 
sh does not have a "!" operator.





More information about the vlc-devel mailing list