~ubuntu-branches/ubuntu/wily/openvswitch/wily

« back to all changes in this revision

Viewing changes to tutorial/automake.mk

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-08-10 11:35:15 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20150810113515-575vj06oq29emxsn
Tags: 2.4.0~git20150810.97bab95-0ubuntu1
* New upstream snapshot from 2.4 branch:
  - d/*: Align any relevant packaging changes with upstream.
* d/*: wrap-and-sort.
* d/openvswitch-{common,vswitch}.install: Correct install location for
  bash completion files.
* d/tests/openflow.py: Explicitly use ovs-testcontroller as provided
  by 2.4.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
docs += tutorial/Tutorial.md
1
2
EXTRA_DIST += \
2
 
        tutorial/Tutorial \
3
3
        tutorial/ovs-sandbox \
4
4
        tutorial/t-setup \
5
5
        tutorial/t-stage0 \
9
9
        tutorial/t-stage4
10
10
 
11
11
sandbox: all
12
 
        cd $(srcdir)/tutorial && ./ovs-sandbox -b $(abs_builddir)
 
12
        cd $(srcdir)/tutorial && MAKE=$(MAKE) ./ovs-sandbox -b $(abs_builddir) $(SANDBOXFLAGS)