Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2008 10:08:36 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf newvers.sh
Message-ID:  <200810031008.m93A8qo1086504@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2008-10-03 10:08:36 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             newvers.sh 
  Log:
  SVN rev 183566 on 2008-10-03 10:08:36Z by bz
  
  Backout svn r183528.
  
  SRCDIR is seeded from `pwd` which not only means src/sys/ but
  also src/include/ (and possibly src/usr.sbin/amd/include/ ?).
  Trying to build world resulted in
  
    ===> include (includes)
    cd /usr/src/include; make buildincludes; make installincludes
    creating osreldate.h from newvers.sh
    cd: can't cd to /usr/src/include/sys
    *** Error code 2
  
  as there is apparently no src/include/sys.
  
  There are multiple possible solutions ranging from seeding SRCDIR from
  the environment to adding more substitution patterns.
  
  Reported by:                                            sam, bz
  Proper solution to be implemented and tested by:        peter
  
  Revision  Changes    Path
  1.78      +1 -1      src/sys/conf/newvers.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810031008.m93A8qo1086504>