Date: Wed, 16 Nov 2005 06:56:09 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile Makefile.inc1 Message-ID: <200511160656.jAG6u99h042843@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2005-11-16 06:56:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . Makefile Makefile.inc1 Log: 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. Revision Changes Path 1.319.2.1 +12 -13 src/Makefile 1.499.2.4 +30 -15 src/Makefile.inc1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511160656.jAG6u99h042843>