`uname -a' can't display revision

2019-08-19 Thread KIRIYAMA Kazuhiko
Hi all,

I've rebuild up to r351108 but `uname -a' can't display it's
revision number. 

admin@tbedfs:~ % uname -a
FreeBSD tbedfs 12.0-STABLE FreeBSD 12.0-STABLE GENERIC  amd64
admin@tbedfs:~ % 

And also compilation date and kernel path dropped. This is
same in releng:

admin@tbedfr:~ % uname -a
FreeBSD tbedfr 12.0-RELEASE-p9 FreeBSD 12.0-RELEASE-p9 GENERIC  amd64
admin@tbedfr:~ % 

But in 13.0-CURRENT:

admin@tbedfc:~ % uname -a
FreeBSD tbedfc 13.0-CURRENT FreeBSD 13.0-CURRENT r351108 GENERIC  amd64
admin@tbedfc:~ % 

revision number displayed. 

As far as uname(1), it's spec does not changed so far. Is
there any command to display revision number except uname ?

Best regards.
---
KIRIYAMA Kazuhiko
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: `uname -a' can't display revision

2019-08-19 Thread Trond Endrestøl
On Tue, 20 Aug 2019 11:00+0900, KIRIYAMA Kazuhiko wrote:

> I've rebuild up to r351108 but `uname -a' can't display it's
> revision number. 

Add this to /etc/src.conf:

WITHOUT_REPRODUCIBLE_BUILD=yes

-- 
Trond.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"