mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
mk: Set the DIR tags based on the files one
Otherwise we loose the info as we use bsd.dirs.mk for creating directories. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27712
This commit is contained in:
parent
a22cde7c02
commit
735a585e80
@ -53,10 +53,12 @@ ${group}TAG_ARGS= -T ${${group}TAGS:[*]:S/ /,/g}
|
||||
.if ${${group}DIR:S/^\///} == ${${group}DIR}
|
||||
# ${group}DIR specifies a variable that specifies a path
|
||||
DIRS+= ${${group}DIR}
|
||||
${group}DIRTAGS= ${group}TAGS
|
||||
_${group}DIR= ${${group}DIR}
|
||||
.else
|
||||
# ${group}DIR specifies a path
|
||||
DIRS+= ${group}DIR
|
||||
${group}DIRTAGS= ${${group}TAGS}
|
||||
_${group}DIR= ${group}DIR
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user