2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 09:58:01 +00:00
ovs/tutorial/automake.mk
YAMAMOTO Takashi 348f828214 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>
2014-06-05 02:06:17 +09:00

13 lines
270 B
Makefile

EXTRA_DIST += \
tutorial/Tutorial \
tutorial/ovs-sandbox \
tutorial/t-setup \
tutorial/t-stage0 \
tutorial/t-stage1 \
tutorial/t-stage2 \
tutorial/t-stage3 \
tutorial/t-stage4
sandbox: all
cd $(srcdir)/tutorial && MAKE=$(MAKE) ./ovs-sandbox -b $(abs_builddir)