Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2005 15:56:26 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make parse.c
Message-ID:  <200510171556.j9HFuQJv074664@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2005-10-17 15:56:26 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         parse.c 
  Log:
  Make sure that files included using ".include <foo>" are really
  looked for in the system make file directory or in the specified
  -m paths instead of always looking in the other -I and .PATH
  specified paths.  (Commit log shamelessly stolen from NetBSD.)
  
  Reviewed by:    yar
  
  Revision  Changes    Path
  1.110     +16 -17    src/usr.bin/make/parse.c



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