cvs commit: src/usr.sbin/config config.h config.y configvers.h main.c

Warner Losh imp at FreeBSD.org
Fri Apr 1 14:54:23 PST 2005


imp         2005-04-01 22:54:22 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/config      config.h config.y configvers.h main.c 
  Log:
  Allow one to specify a second parameter to the machine line.  This
  allows us to specify the machine_arch as well as machine.  If
  specified then a second link will be made, similar to machine, from
  $MACHINE_ARCH to $S/$MACHINE_ARCH/include.
  
  This is for ports where MACHINE != MACHINE_ARCH (pc98 today, others in
  the future?).
  
  Reviewed by: arch@, nyan@
  
  Revision  Changes    Path
  1.56      +3 -1      src/usr.sbin/config/config.h
  1.66      +9 -0      src/usr.sbin/config/config.y
  1.35      +2 -2      src/usr.sbin/config/configvers.h
  1.63      +14 -0     src/usr.sbin/config/main.c


More information about the cvs-src mailing list