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

zrouter-src at zrouter.org zrouter-src at zrouter.org
Tue Nov 27 12:40:14 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/1086b5f8d703
changeset: 491:1086b5f8d703
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Tue Nov 27 14:40:39 2012 +0200
description:
Include ports rules only if WORLD_SUBDIRS_PORTS not empty.

Pointed out by:	Alexander A. Mityaev" <sansan adm ua>

diffstat:

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

diffs (13 lines):

diff -r d76e5bad5ed1 -r 1086b5f8d703 Makefile
--- a/Makefile	Fri Nov 02 16:01:47 2012 +0200
+++ b/Makefile	Tue Nov 27 14:40:39 2012 +0200
@@ -453,7 +453,9 @@
 world:  build-verify build-info world-toolchain world-build world-install world-fix-lib-links
 .ORDER: build-verify build-info world-toolchain world-build world-install world-fix-lib-links
 
+.if defined(WORLD_SUBDIRS_PORTS) && !empty(WORLD_SUBDIRS_PORTS)
 .include "share/mk/zrouter.ports.mk"
+.endif
 
 rootfs-dir!
 	mkdir -p ${WORLDDESTDIR}


More information about the Zrouter-src mailing list