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

zrouter-src at zrouter.org zrouter-src at zrouter.org
Tue Jul 28 22:29:17 UTC 2015


details:   http://zrouter.org/hg/zrouter//rev/077c0fa165c9
changeset: 516:077c0fa165c9
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Wed Jul 29 01:29:50 2015 +0300
description:
o Add location of host build tools and standard path to PATH when search fro tools.
o Remove "tests" dir too, when clean FS for FW image.

diffstat:

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

diffs (20 lines):

diff -r 209db861b703 -r 077c0fa165c9 Makefile
--- a/Makefile	Wed Jul 29 01:24:39 2015 +0300
+++ b/Makefile	Wed Jul 29 01:29:50 2015 +0300
@@ -518,7 +518,7 @@
 NEW_ROOTFS=${ZROUTER_OBJ}/${TARGET_VENDOR}_${TARGET_DEVICE}_rootfs_clean
 NEW_IMAGE=${ZROUTER_OBJ}/${TARGET_VENDOR}_${TARGET_DEVICE}.${IMAGE_SUFFIX}
 
-IMAGE_BUILD_PATHS=${ZTOOLS_PATH}:${FREEBSD_BUILD_ENV_PATH}
+IMAGE_BUILD_PATHS=${ZTOOLS_PATH}:${FREEBSD_BUILD_ENV_PATH}:${ZROUTER_FREEBSD_OBJDIR}/tmp/usr/bin:${PATH}
 
 .include "share/mk/zrouter.local.tools.mk"
 .include "share/mk/zrouter.base.tools.mk"
@@ -539,6 +539,7 @@
     -name obj -or \
     -name info -or \
     -name man -or \
+    -name tests -or \
     -name zfs \\) \\)
 
 ROOTFS_RMFILES+=calendar dict doc examples groff_font locale me mk nls openssl \


More information about the Zrouter-src mailing list