Move to using newvers -c instead of VARS_ONLY=1

Use newvers.sh -c to get the copyright, and newvers.sh -V RELDATE to
get the release date.

Differential Revision: https://reviews.freebsd.org/D19849
This commit is contained in:
Warner Losh 2019-05-23 17:19:05 +00:00
parent 02e2acce1d
commit 0dd16fd9d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348178

View File

@ -38,8 +38,8 @@ trap "rm -f $tmpfile" EXIT
${ECHO} creating osreldate.h from newvers.sh
set +e
VARS_ONLY=1
. "${NEWVERS_SH:=$CURDIR/../sys/conf/newvers.sh}" || exit 1
COPYRIGHT=$(sh ${NEWVERS_SH:=$CURDIR/../sys/conf/newvers.sh} -c) || exit 1
eval $(sh ${NEWVERS_SH} -V RELDATE) || exit 1
set -e
cat > $tmpfile <<EOF
$COPYRIGHT