mirror of
https://github.com/openvswitch/ovs
synced 2025-08-28 21:07:47 +00:00
ovs-sandbox: Use the correct make
On some platforms including NetBSD, GNU make is usually installed as "gmake". Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
parent
29d204effc
commit
348f828214
@ -9,4 +9,4 @@ EXTRA_DIST += \
|
|||||||
tutorial/t-stage4
|
tutorial/t-stage4
|
||||||
|
|
||||||
sandbox: all
|
sandbox: all
|
||||||
cd $(srcdir)/tutorial && ./ovs-sandbox -b $(abs_builddir)
|
cd $(srcdir)/tutorial && MAKE=$(MAKE) ./ovs-sandbox -b $(abs_builddir)
|
||||||
|
@ -190,7 +190,7 @@ OVS_SYSCONFDIR=$sandbox; export OVS_SYSCONFDIR
|
|||||||
|
|
||||||
if $built; then
|
if $built; then
|
||||||
# Easy access to OVS manpages.
|
# 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
|
MANPATH=$sandbox/man:; export MANPATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user