Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/13/2007 11:08:05
Module Name: src
Committed By: dsl
Date: Sat Oct 13 11:08:05 UTC 2007
Modified Files:
src/usr.bin/make: parse.c
Log Message:
When processing .include "../../foo.mk" lexically process the leading ../
against the directory name of the makefile being processed.
Shortens a lot of pathnames (especially in pkgsrc) and significantly
reduces the number of duplicate entries in .MAKE.MAKEFILES
To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 src/usr.bin/make/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.