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
a0c76f3ef8
commit
a08ecca5be
@ -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…
Reference in New Issue
Block a user