Re: fontconfig: Branch 'master' - 2 commits

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 13-01-02 07:44 PM, Raimund Steger wrote:
> Behdad Esfahbod wrote:
>> [...]
>> diff --git a/src/Makefile.am b/src/Makefile.am
>> index c32c6f3..d3ce428 100644
>> --- a/src/Makefile.am
>> +++ b/src/Makefile.am
>> @@ -108,7 +108,8 @@ fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h
>>       /CUT_OUT_BEGIN/ { no_write=1; next; }; \
>>       /CUT_OUT_END/ { no_write=0; next; }; \
>>       { if (!no_write) print; next; }; \
>> -    ' - > $@.tmp && \
>> +    ' - | \
>> +    sed 's/^ *//;s/ *, */,/' > $@.tmp && \
>>       mv -f $@.tmp $@
> 
> If you'll allow some further nagging, the sed has to be earlier than the grep
> so that the latter has the chance to remove empty lines (Sun Studio CPP
> generates a line with a single blank for the comments in fcobjs.h)...
> 
> But then it should really work... :-)

I would have just copied from you but your awk wasn't right.  Ok, pushing
another version now.

> Raimund
> 

-- 
behdad
http://behdad.org/
_______________________________________________
Fontconfig mailing list
Fontconfig@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/fontconfig


[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux