Commit Graph

7 Commits

Author SHA1 Message Date
lukem
130ab7336b Rework how MAKEVERBOSE operates:
*	Don't bother prefixing commands with a line of  ${_MKCMD}\
	and instead rely upon "make -s".  This is less intrusive on
	all the Makefiles than the former.  Idea from David Laight.

    *	Rename the variables use to print messages.  The scheme now is:
	    _MKMSG_FOO		Run  _MKMSG 'foo'
	    _MKTARGET_FOO	Run  _MKMSG_FOO ${.TARGET}
	From discussion with Alistair Crooks.
2003-10-21 10:01:19 +00:00
lukem
3fc127cd66 Support MAKEVERBOSE
Use ${HOST_SH}
Use BUILDSYMLINKS
2003-10-20 01:15:03 +00:00
wiz
680c69437a Changes to build 1.11.4. 2003-01-16 02:37:00 +00:00
enami
69145e7ba0 Don't attempt to create .depend really. 2000-09-05 05:04:00 +00:00
christos
c1040a0bf8 Don't try to strip shell scripts. 2000-09-04 22:35:01 +00:00
christos
f3626f4e19 fix the Makefiles to work with ${OBJDIR} 2000-09-04 22:14:31 +00:00
christos
7803a4e4ef Add reach-over Makefiles for cvs 2000-09-04 21:46:56 +00:00