Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2005 22:54:22 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/config config.h config.y configvers.h main.c
Message-ID:  <200504012254.j31MsM1p092004@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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