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

cvs commit: src/etc Makefile src/include Makefile


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 16 May 2004 18:03:54 -0700 (PDT)

dillon      2004/05/16 18:03:54 PDT

DragonFly src repository

  Modified files:
    etc                  Makefile 
    include              Makefile 
  Log:
  INCSLINKS cannot be used to make softlinks within machine/ because
  buildworld's temporary include hierarchy uses a softlink into the source
  tree for machine/ (so read only mounts of /usr/src would fail).
  
  Instead, we will require that buildworld properly reference the include
  files in their natural locations (e.g. <dev/video/...) and we fix the
  softlinks in the make upgrade (upgrade_etc) target.
  
  Revision  Changes    Path
  1.19      +5 -0      src/etc/Makefile
  1.19      +3 -3      src/include/Makefile


http://www.dragonflybsd.org/cvsweb/src/etc/Makefile.diff?r1=1.18&r2=1.19&f=h
http://www.dragonflybsd.org/cvsweb/src/include/Makefile.diff?r1=1.18&r2=1.19&f=h



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