This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tags and dist target broken with VPATH


>>>>> "Brian" == Brian Ford <ford@vss.fsi.com> writes:

> On 16 Jun 1999, Ganesan Rajagopal wrote:
>> list='$^'
>> 
> This only works with GNU make.  Most make's do not set $^.

I didn't know this was specific to GNU make. Unfortunately etags does not
take an option to update the tags for selected files (though ctags does), so
we cannot use $?. Well, may be we can. How about using $? and etags with -a
(append) option. Developers can always run make clean-tags and then make
tags, if they want tags re-generated.

Ganesan

-- 
R. Ganesan (rganesan@novell.com)       | Ph: 91-80-5721856 Ext: 2149
Novell India Development Center.       | #include <std_disclaimer.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]