From: Yasuhiro KIMURA
Subject: Re: Getting value of MAKEOBJDIRPREFIX with 'make -V MAKEOBJDIRPREFIX'
Date: Sat, 17 Nov 2018 09:18:53 +0900 (JST)
> As far as I read this, behavior change of 'make -V MAKEOBJDIRPREFIX`
> doesn't seem intentional. So I'll submit bug report.
Submitted.
https://bugs.
From: Yasuhiro KIMURA
Subject: Getting value of MAKEOBJDIRPREFIX with 'make -V MAKEOBJDIRPREFIX'
Date: Sat, 17 Nov 2018 01:57:58 +0900 (JST)
> Then is this just bug? Or are there any reason that behavior is
> changed from 11.x to 12.x and later?
To find when behavior changed I bisected head from
Hello,
I'm writing shell script to build and install base system from source
and -V option of make(1) is used in it to get value of MAKEOBJDIRPREFIX.
By default it works fine with all of head, releng/11.2, releng/12.0,
stable/11 and stable/12.
yasu@eastasia[2389]% svn info /usr0/freebsd/base/he