Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/10/1999 19:06:58
Module Name:	basesrc
Committed By:	thorpej
Date:		Sun Jul 11 02:06:58 UTC 1999

Modified Files:
	basesrc/usr.bin/make: dir.c make.1

Log Message:
Add a mechanism for specifying that ${.CURDIR} will be searched last
in the presence of .PATH directives by specifying:

.PATH: .DOTLAST

This will be used to fixup the build system to work with both crypto-us
and crypto-intl sub-trees.

Make(1) changes by Christos Zoulas, after much badgering by me :-)


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/usr.bin/make/dir.c
cvs rdiff -r1.32 -r1.33 basesrc/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.