K 10 svn:author V 2 ru K 8 svn:date V 27 2005-11-16T06:56:09.000000Z K 7 svn:log V 887 MFC the following: o Makefile: 1.319, 1,320 o Makefile.inc1: 1.500, 1.508, 1.509, 1.513, 1.515, 1.517 - Embed the "buildkernels" target into the "universe" target so that the "make -n universe" output looks more builder (human) friendly. - Wrap the "universe" target into a ".if make(universe)"; it's only intended to be called directly so it should be safe to do it. - Make the `distrib-dirs' target official and working properly when cross-building (installing). (This is useful for NFS installing world/kernel to another architecture machine.) - Remove duplicate settings from LIB32MAKE definition. - Install lib32 bits using the real install(1) program. - clean ${LIB32TMP} in _worldtmp - clean ${OBJTREE}/lib32 in _cleanobj - ensure that ${WORLDTMP} exists in build32 - Require DESTDIR to be set when cross-installing. - Force a full Groff upgrade during the build. END