]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add SVNVERSION_CMD to bsd.own.mk, adding the capability to include
authorgjb <gjb@FreeBSD.org>
Fri, 11 Aug 2017 19:21:40 +0000 (19:21 +0000)
committergjb <gjb@FreeBSD.org>
Fri, 11 Aug 2017 19:21:40 +0000 (19:21 +0000)
commit91f843908cc8f19f63a5793510b735a68bc06d94
treeb9f6dddc0489af1293e53b37d276217bf7471c65
parent7ba2756fac57ded107a0e855997658bc5ddce23a
Add SVNVERSION_CMD to bsd.own.mk, adding the capability to include
svnversion metadata to the runtime and kernel packages.

Instead of traversing src/sys, as is done by newvers.sh for uname(1),
a full tree walk is done to prevent userland and/or modifications
from not being reflected in a modified tree (M).

MFC after: 5 days
Sponsored by: The FreeBSD Foundation
Makefile.inc1
release/packages/kernel.ucl
release/packages/runtime.ucl
share/mk/bsd.own.mk