DragonFly BSD
DragonFly commits List (threaded) for 2006-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src Makefile.inc1 src/include Makefile


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 22 Oct 2006 09:12:50 -0700 (PDT)

dillon      2006/10/22 09:12:50 PDT

DragonFly src repository

  Modified files:
    .                    Makefile.inc1 
    include              Makefile 
  Log:
  Reorganize the way machine architectures are handled.  Consolidate the
  kernel configurations into a single generic directory.  Move machine-specific
  Makefile's and loader scripts into the appropriate architecture directory.
  
  Kernel and module builds also generally add sys/arch to the include path so
  source files that include architecture-specific headers do not have to
  be adjusted.
  
  sys/<ARCH>            -> sys/arch/<ARCH>
  sys/conf/*.<ARCH>     -> sys/arch/<ARCH>/conf/*.<ARCH>
  sys/<ARCH>/conf/<KERNEL> -> sys/config/<KERNEL>
  
  Revision  Changes    Path
  1.89      +1 -1      src/Makefile.inc1
  1.30      +5 -5      src/include/Makefile


http://www.dragonflybsd.org/cvsweb/src/Makefile.inc1.diff?r1=1.88&r2=1.89&f=u
http://www.dragonflybsd.org/cvsweb/src/include/Makefile.diff?r1=1.29&r2=1.30&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]