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

zrouter-src at zrouter.org zrouter-src at zrouter.org
Tue Nov 27 14:02:57 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/f9461de5ba49
changeset: 493:f9461de5ba49
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Tue Nov 27 16:03:20 2012 +0200
description:
add port-build empty target for case when no ports selected to build.

diffstat:

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

diffs (13 lines):

diff -r 75c84c6b57cc -r f9461de5ba49 Makefile
--- a/Makefile	Tue Nov 27 16:01:25 2012 +0200
+++ b/Makefile	Tue Nov 27 16:03:20 2012 +0200
@@ -455,6 +455,9 @@
 
 .if defined(WORLD_SUBDIRS_PORTS) && !empty(WORLD_SUBDIRS_PORTS)
 .include "share/mk/zrouter.ports.mk"
+.else
+port-build:
+	@echo "No ports defined in WORLD_SUBDIRS_PORTS"
 .endif
 
 rootfs-dir!


More information about the Zrouter-src mailing list