git: d489b2a39d51 - main - local.dirdeps.mk no qual for PSEUDO_MACHINE_LIST
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 May 2023 21:07:31 UTC
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=d489b2a39d5138c23c69b860425bad40c5cd1e1b commit d489b2a39d5138c23c69b860425bad40c5cd1e1b Author: Simon J. Gerraty <sjg@FreeBSD.org> AuthorDate: 2023-05-13 21:06:20 +0000 Commit: Simon J. Gerraty <sjg@FreeBSD.org> CommitDate: 2023-05-13 21:06:20 +0000 local.dirdeps.mk no qual for PSEUDO_MACHINE_LIST dirdeps.mk takes care of "host" but we still need to deal with other PSEUDO_MACHINE_LIST members --- share/mk/local.dirdeps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/local.dirdeps.mk b/share/mk/local.dirdeps.mk index f2328d6cd99c..1bf81e72f363 100644 --- a/share/mk/local.dirdeps.mk +++ b/share/mk/local.dirdeps.mk @@ -13,7 +13,7 @@ DIRDEPS_FILTER+= N*.host .endif # pseudo machines get no qualification -.for m in host common +.for m in ${PSEUDO_MACHINE_LIST:Nhost*} M_dep_qual_fixes += C;($m),[^/.,]*$$;\1; .endfor #.info M_dep_qual_fixes=${M_dep_qual_fixes}