Don't hardcode /sys when making tags, instead use ${.CURDIR}/.. this
fixes a problem where one tries to make tags when the source isn't in /sys. Submitted by: Jihui Yang <yangjihui@yahoo.com>
This commit is contained in:
parent
30d1ca27fe
commit
e6be967434
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
# @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93
|
||||
|
||||
SYS?= /sys
|
||||
SYS?= ${.CURDIR}/..
|
||||
|
||||
# Common files for "make tags", included by the Makefile for each
|
||||
# architecture.
|
||||
|
Loading…
x
Reference in New Issue
Block a user