Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2005 14:49:57 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf Makefile.alpha Makefile.amd64 Makefile.arm Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 kern.pre.mk
Message-ID:  <200504131449.j3DEnvtc055722@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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