[Zrouter-src] ZRouter.org: push to ZRouter Makefile

zrouter-src at zrouter.org zrouter-src at zrouter.org
Thu Sep 13 20:32:32 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/c2163079c392
changeset: 415:c2163079c392
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Thu Sep 13 23:29:54 2012 +0300
description:
Allow to skip kernel toolchain build.

diffstat:

 Makefile |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 72546c42ea52 -r c2163079c392 Makefile
--- a/Makefile	Thu Sep 13 23:28:04 2012 +0300
+++ b/Makefile	Thu Sep 13 23:29:54 2012 +0300
@@ -246,7 +246,9 @@
 
 
 kernel-toolchain:
+.if !defined(SKIP_TOOLCHAIN)
 	MAKEOBJDIRPREFIX=${ZROUTER_OBJ}/tmp/ ${MAKE} ${_KERNEL_TC_BUILD_ENV} -C ${FREEBSD_SRC_TREE} kernel-toolchain
+.endif
 
 ${ZROUTER_FREEBSD_OBJDIR}/tmp/usr/bin/cc:	kernel-toolchain
 


More information about the Zrouter-src mailing list