On 2019-04-08 08:57, Oliver Pinter wrote:
On Monday, April 8, 2019, Warner Losh <[email protected]> wrote:On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter <[email protected]>wrote:Please revert this patch. If I'm not wrong, this will break the freebsd-version command's generation or output.You are going to need to be a lot more specific about this. It makes no sense to me at all how any of this could break that. The code is identicallogically and produces the same result.Now I double checked, it may work, but I remembered to this "black magic" :https://github.com/freebsd/freebsd/blob/master/bin/freebsd-version/Makefile
Given it will evaluate to
BRANCH=${BRANCH_OVERRIDE:-CURRENT}
which unless you set BRANCH_OVERRIDE, then it will still work no
problem.
Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
