mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
PROGS: Don't redundantly process DIRS.
Sponsored by: Dell EMC Approved by: re (gjb)
This commit is contained in:
parent
c655284641
commit
c86ac3193f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338736
@ -77,7 +77,7 @@ stage_as.prog.${_prog}: ${_prog}
|
||||
.ifdef _RECURSING_PROGS
|
||||
MK_STAGING= no
|
||||
|
||||
_PROGS_GLOBAL_VARS= CLEANFILES CLEANDIRS CONFGROUPS FILESGROUPS INCSGROUPS \
|
||||
_PROGS_GLOBAL_VARS= CLEANFILES CLEANDIRS CONFGROUPS DIRS FILESGROUPS INCSGROUPS \
|
||||
SCRIPTS
|
||||
.for v in ${_PROGS_GLOBAL_VARS}
|
||||
$v =
|
||||
|
Loading…
Reference in New Issue
Block a user