remove *.y from TAGS
Paolo Bonzini
bonzini@gnu.org
Thu Mar 4 09:54:00 GMT 2010
On 03/03/2010 07:03 PM, Mike Stump wrote:
> Ping?
Ok.
Paolo
> On Feb 16, 2010, at 11:42 AM, Mike Stump wrote:
>> The yacc files were removed ages ago, seems reasonable to remove the tags support now.
>>
>> Ok?
>>
>> * Makefile.in (TAGS): Remove *.y.
>>
>> Doing diffs in .:
>> --- ./gcc/Makefile.in.~1~ 2010-02-15 17:16:40.000000000 -0800
>> +++ ./gcc/Makefile.in 2010-02-16 11:36:16.000000000 -0800
>> @@ -4872,7 +4872,7 @@ TAGS: lang.tags
>> incs="$$incs --include $$dir/TAGS.sub"; \
>> fi; \
>> done; \
>> - etags -o TAGS.sub *.y *.h *.c; \
>> + etags -o TAGS.sub *.h *.c; \
>> etags --include TAGS.sub $$incs)
>>
>> # -----------------------------------------------------
>> --------------
>>
>
>
More information about the Gcc-patches
mailing list