Skip to content

Commit

Permalink
share/mk/sys.mk: Set ${RELEASE} to be same as ${OSREV}.
Browse files Browse the repository at this point in the history
As to not repeat the same information, set ${RELEASE} to be
whatever ${OSREV} is.

${OSREV} derives from the authoritative version of DiscoBSD,
as defined by ${OSMAJOR} and ${OSMINOR}.
  • Loading branch information
chettrick committed Feb 17, 2024
1 parent 8f5d623 commit 7e02c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/mk/sys.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OSREV= ${OSMAJOR}.${OSMINOR}
OSrev= ${OSMAJOR}${OSMINOR}

DESTDIR?= ${TOPSRC}/distrib/obj/destdir.${MACHINE}
RELEASE= 2.1
RELEASE= ${OSREV}
BUILD!= git rev-list HEAD --count
VERSION= ${RELEASE}-${BUILD}

Expand Down

0 comments on commit 7e02c06

Please sign in to comment.