cvs commit: src/sys/conf Makefile.alpha Makefile.amd64 Makefile.arm Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 kern.pre.mk

Warner Losh imp at FreeBSD.org
Wed Apr 13 07:49:57 PDT 2005


imp         2005-04-13 14:49:57 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             Makefile.alpha Makefile.amd64 
                         Makefile.arm Makefile.i386 Makefile.ia64 
                         Makefile.pc98 Makefile.powerpc 
                         Makefile.sparc64 kern.pre.mk 
  Log:
  Never hardcode /sys into these Makefiles.  The proper way to spell it is $S.
  
  Also, move the -I stuff to the centralized kern.pre.mk.  However, it
  might be better to add these flags to files.conf.  This is a short
  term fix to fix the broken builds on my machine (I don't have a valid
  /sys link).
  
  Revision  Changes    Path
  1.135     +0 -2      src/sys/conf/Makefile.alpha
  1.16      +0 -2      src/sys/conf/Makefile.amd64
  1.9       +0 -2      src/sys/conf/Makefile.arm
  1.265     +0 -2      src/sys/conf/Makefile.i386
  1.62      +0 -2      src/sys/conf/Makefile.ia64
  1.167     +0 -2      src/sys/conf/Makefile.pc98
  1.277     +0 -2      src/sys/conf/Makefile.powerpc
  1.33      +0 -2      src/sys/conf/Makefile.sparc64
  1.65      +3 -0      src/sys/conf/kern.pre.mk


More information about the cvs-src mailing list