On some platforms including NetBSD, GNU make is usually installed as "gmake".
Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp> --- tutorial/automake.mk | 2 +- tutorial/ovs-sandbox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/automake.mk b/tutorial/automake.mk index d88d5b4..82ad66d 100644 --- a/tutorial/automake.mk +++ b/tutorial/automake.mk @@ -9,4 +9,4 @@ EXTRA_DIST += \ tutorial/t-stage4 sandbox: all - cd $(srcdir)/tutorial && ./ovs-sandbox -b $(abs_builddir) + cd $(srcdir)/tutorial && MAKE=$(MAKE) ./ovs-sandbox -b $(abs_builddir) diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox index db980d2..21066d1 100755 --- a/tutorial/ovs-sandbox +++ b/tutorial/ovs-sandbox @@ -190,7 +190,7 @@ OVS_SYSCONFDIR=$sandbox; export OVS_SYSCONFDIR if $built; then # Easy access to OVS manpages. - (cd "$builddir" && make install-man mandir="$sandbox"/man) + (cd "$builddir" && ${MAKE} install-man mandir="$sandbox"/man) MANPATH=$sandbox/man:; export MANPATH fi -- 1.8.3.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev