Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2000 07:29:11 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf Makefile.alpha Makefile.i386 src/sys/alpha/conf Makefile.alpha files.alpha kernel.script options.alpha src/sys/i386/conf Makefile.i386 files.i386 kernel.script options.i386 src/sys/pc98/conf Makefile.pc98 ...
Message-ID:  <200001091529.HAA97115@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/01/09 07:29:11 PST

  Modified files:
    sys/conf             Makefile.alpha Makefile.i386 
  Removed files:
    sys/alpha/conf       Makefile.alpha files.alpha kernel.script 
                         options.alpha 
    sys/i386/conf        Makefile.i386 files.i386 kernel.script 
                         options.i386 
    sys/pc98/conf        Makefile.pc98 files.pc98 options.pc98 
  Log:
  Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as
  hinted at in the previous config(8) commits.  I've spoken about this with
  a few people and after the initial suprise wore off they thought it wasn't
  a bad idea.  The upshot of it is that all the files*, Makefile*, options*
  files are all right next to each other in the hope that people making
  changes to one set will remember the others.
  
  Note, config(8) looks to sys/conf first, and falls back to sys/$mach/conf
  still, so this doesn't stop people working in subdirs for new platforms.
  But once it's in the tree it can be moved next to the other files so that
  the non-i386 platforms are (hopefully) treated a little better than as if
  they were "second class" ports.
  
  This does not change any user editable files.  the config program is
  still run in the same directory as before, the per-platform files
  (GENERIC, LINT etc) are still in the same place.
  
  Revision  Changes    Path
  1.46      +3 -3      src/sys/conf/Makefile.alpha
  1.178     +3 -3      src/sys/conf/Makefile.i386



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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