看板 DFBSD_bugs 關於我們 聯絡資訊
On Wed, Oct 27, 2004 at 06:06:24AM -0700, walt wrote: > > > On Wed, 27 Oct 2004, Matthew Dillon wrote: > > > > > :I just rebuilt to latest Dragonfly_Stable tag, and I got a funny uname > > :output.. > > : > > :[erik@dragon:~]$ uname -sr > > :DragonFly 1.1-UNKNOWN > > : > > :Is it supposed to be like this? > > : > > :- Erik > > > > Hmm. The CVSROOT/config file in the cvs repository (if you are > > pulling down the repository) should have as the last line: > > > > KeywordExpand=iDragonFly,Name > > > > (verses just iDragonFly). > > > > And the tag="\$Name: $" line in /usr/src/sys/conf/newvers.sh should > > be expanded out with the tag name, empty if HEAD. If the tag field > > is "\$Name$" then it hasn't been expanded at all and there is a > > problem. > > I have the same problem and my newvers.sh has the line > tag="\$Name$" > > I use cvsup to get the checked out sources, not the repository. I tried > deleting and refetching newvers.sh and still got the same. Me too.