Subject: MAKEVERBOSE=1 is a bit too cryptic
To: None <tech-toolchain@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: tech-toolchain
Date: 11/20/2003 14:28:19
Building with 'MAKEVERBOSE=1' tends to generate the rather terse:

     create  .depend

Adding one level of directory name makes a list of such messages
rather more meaningful - especially when they come from building
crunched binaries where there is nothing else between them.

Changing the lines in bsd.own.mk to:
_MKTARGET_CREATE?=	${_MKMSG_CREATE} ${.OBJDIR:T}/${.TARGET}
_MKTARGET_COMPILE?=	${_MKMSG_COMPILE} ${.OBJDIR:T}/${.TARGET}
gives the messages a little more substance.

I'm not sure whether the other _MKTARGET_xxx messages need the
same treatment.

	David

-- 
David Laight: david@l8s.co.uk