mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91369
@ -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