Re: make tags

2017-05-31 Thread Theo Buehler
On Wed, May 31, 2017 at 09:19:35AM +0200, Anton Lindqvist wrote: > Hi, > The `-t` option was passed to ctags(1) in bsd.dep.mk revision 1.9 > 2010/03/27. However, the same option was later turned into a no-op but > kept around for backwards compatibility (usr.bin/ctags/ctags.c revision > 1.23

make tags

2017-05-31 Thread Anton Lindqvist
Hi, The `-t` option was passed to ctags(1) in bsd.dep.mk revision 1.9 2010/03/27. However, the same option was later turned into a no-op but kept around for backwards compatibility (usr.bin/ctags/ctags.c revision 1.23 2010/11/03). OK to drop the option from bsd.dep.mk? Index: bsd.dep.mk

Re: find errors in "make tags"

2016-05-29 Thread frantisek holop
frantisek holop, 29 May 2016 16:24: > btw. making tags for /usr/src fails for me atm: > ... > ===> gnu/usr.bin/cc/cc_int > make: don't know how to make genrtl.c (prerequisite of: tags) > Stop in gnu/usr.bin/cc/cc_int > *** Error 2 in gnu/usr.bin/cc (:48 'tags') > *** Error 1 in gnu/usr.bin (:48

find errors in "make tags"

2016-05-29 Thread frantisek holop
$ cd /usr/src/sys $ make tags cd /usr/src/sys/kern; make tags ... find: /usr/src/sys/arch/armish/../../lib/libkern/arch/armish: No such file or directory ... find: /usr/src/sys/arch/armv7/../../lib/libkern/arch/armv7: No such file or directory ... find: /usr/src/sys/arch/landisk/../../lib