Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 02/15/2004 19:05:45
Module Name: src
Committed By: sjg
Date: Sun Feb 15 19:05:45 UTC 2004
Modified Files:
src/usr.bin/make: Makefile
Log Message:
Use ${.MAKE:S,^./,${.CURDIR}/,} so that when someone does
./make test
it works. Note use .CURDIR rather than .OBJDIR since the later
_may_ not always be correct (eg. symlink in .CURDIR for make).
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/usr.bin/make/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.