Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/21/2006 19:01:15
Module Name: src
Committed By: dsl
Date: Sat Jan 21 19:01:15 UTC 2006
Modified Files:
src: Makefile
Log Message:
Add .MAKE to all targets that use ${MAKEDIRTARGET} otherwise make closes
the job-token pipe and the sub-makes have their own '-j n' processes.
As well as giving unexpected parallelism, it makes it impossible to stop
the build promptly on errors.
To generate a diff of this commit:
cvs rdiff -r1.241 -r1.242 src/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.