From: Haggai Eran Date: Sun, 6 Oct 2019 11:20:42 +0000 (+0300) Subject: docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documentation X-Git-Tag: v20.05-rc0~687 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F22556%2F4;p=vpp.git docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documentation The sample_plugin_doc.md file refers to VPP_WITH_SAMPLE_PLUGIN make parameter, while the VPP makefile uses SAMPLE_PLUGIN instead. Type: docs Signed-off-by: Haggai Eran Change-Id: Id11090fcdc78b77e246da48d0d890865011f1132 --- diff --git a/src/examples/sample-plugin/sample_plugin_doc.md b/src/examples/sample-plugin/sample_plugin_doc.md index 501a8dcaf98..9aaaefa0061 100644 --- a/src/examples/sample-plugin/sample_plugin_doc.md +++ b/src/examples/sample-plugin/sample_plugin_doc.md @@ -14,14 +14,14 @@ Now (re)build VPP. $ make wipe -Define environmental variable 'VPP_WITH_SAMPLE_PLUGIN=yes' with a process scope +Define environmental variable 'SAMPLE_PLUGIN=yes' with a process scope - $ VPP_WITH_SAMPLE_PLUGIN=yes make build + $ SAMPLE_PLUGIN=yes make build or a session scope, and build VPP. - $ export VPP_WITH_SAMPLE_PLUGIN=yes - & make build + $ export SAMPLE_PLUGIN=yes + $ make build Now run VPP and make sure the plugin is loaded.