Date: Tue, 16 Jun 2015 17:27:54 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284453 - head Message-ID: <201506161727.t5GHRs6S091127@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andrew Date: Tue Jun 16 17:27:53 2015 New Revision: 284453 URL: https://svnweb.freebsd.org/changeset/base/284453 Log: Add a comment to the end of the world and kernel cases in the universe target to help follow the make magic. Obtained from: ABT Systems Ltd Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Tue Jun 16 17:24:20 2015 (r284452) +++ head/Makefile Tue Jun 16 17:27:53 2015 (r284453) @@ -450,7 +450,8 @@ universe_${target}_${target_arch}: unive ${MAKEFAIL})) @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`" .endfor -.endif +.endif # !MAKE_JUST_KERNELS + .if !defined(MAKE_JUST_WORLDS) # If we are building world and kernels wait for the required worlds to finish .if !defined(MAKE_JUST_KERNELS) @@ -468,7 +469,7 @@ universe_${target}_kernels: universe_${t .endif @cd ${.CURDIR} && ${SUB_MAKE} ${.MAKEFLAGS} TARGET=${target} \ universe_kernels -.endif +.endif # !MAKE_JUST_WORLDS @echo ">> ${target} completed on `LC_ALL=C date`" .endfor universe_kernels: universe_kernconfs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506161727.t5GHRs6S091127>