cvs commit: src/sys/conf newvers.sh

Bjoern A. Zeeb bz at FreeBSD.org
Fri Oct 3 10:08:53 UTC 2008


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


More information about the cvs-src mailing list