docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documentation 56/22556/4
authorHaggai Eran <haggai.eran@gmail.com>
Sun, 6 Oct 2019 11:20:42 +0000 (14:20 +0300)
committerDamjan Marion <dmarion@me.com>
Mon, 7 Oct 2019 20:19:58 +0000 (20:19 +0000)
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 <haggai.eran@gmail.com>
Change-Id: Id11090fcdc78b77e246da48d0d890865011f1132

src/examples/sample-plugin/sample_plugin_doc.md

index 501a8dc..9aaaefa 100644 (file)
@@ -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.