cvs commit: src/etc Makefile src/include Makefile

Matthew Dillon dillon at crater.dragonflybsd.org
Sun May 16 18:04:39 PDT 2004


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





More information about the Commits mailing list