Re: git: 4963e985a45d - main - Mk/cmake.mk: add support for indirect argument
- In reply to: Po-Chuan Hsieh : "Re: git: 4963e985a45d - main - Mk/cmake.mk: add support for indirect argument"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Apr 2024 08:59:39 UTC
On Tue, 9 Apr 2024 at 00:05, Po-Chuan Hsieh <sunpoet@freebsd.org> wrote: > > On Mon, Apr 8, 2024 at 5:27 PM Max Brazhnikov <makc@freebsd.org> wrote: >> diff --git a/Mk/Uses/cmake.mk b/Mk/Uses/cmake.mk >> index 8229fa9cbb55..e9a9dc64df58 100644 >> --- a/Mk/Uses/cmake.mk >> +++ b/Mk/Uses/cmake.mk >> @@ -2,9 +2,12 @@ >> # >> # Feature: cmake >> # Usage: USES=cmake or USES=cmake:ARGS >> -# Valid ARGS: insource, run, noninja, testing >> +# Valid ARGS: insource, indirect, noninja, run, testing > > > I guess the arguments are listed in alphabetical order. > That means indirect is in front of insource. Right. I've forgotten to sync my local branch and merged the previous version. Max