nat: fix dual-loop tcp checksum botch
[vpp.git] / Makefile
index 923b0e8..cca8534 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -179,57 +179,57 @@ endef
 
 help:
        @echo "Make Targets:"
-       @echo " install-dep         - install software dependencies"
-       @echo " wipe                - wipe all products of debug build "
-       @echo " wipe-release        - wipe all products of release build "
-       @echo " build               - build debug binaries"
-       @echo " build-release       - build release binaries"
-       @echo " build-coverity      - build coverity artifacts"
-       @echo " rebuild             - wipe and build debug binares"
-       @echo " rebuild-release     - wipe and build release binares"
-       @echo " run                 - run debug binary"
-       @echo " run-release         - run release binary"
-       @echo " debug               - run debug binary with debugger"
-       @echo " debug-release       - run release binary with debugger"
-       @echo " test                - build and run (basic) functional tests"
-       @echo " test-debug          - build and run (basic) functional tests (debug build)"
-       @echo " test-all            - build and run (all) functional tests"
-       @echo " test-all-debug      - build and run (all) functional tests (debug build)"
-       @echo " test-gcov           - build and run functional tests (gcov build)"
-       @echo " test-shell          - enter shell with test environment"
-       @echo " test-shell-debug    - enter shell with test environment (debug build)"
-       @echo " test-wipe           - wipe files generated by unit tests"
-       @echo " retest              - run functional tests"
-       @echo " retest-debug        - run functional tests (debug build)"
-       @echo " test-help           - show help on test framework"
-       @echo " run-vat             - run vpp-api-test tool"
-       @echo " pkg-deb             - build DEB packages"
-       @echo " pkg-deb-debug       - build DEB debug packages"
-       @echo " vom-pkg-deb         - build vom DEB packages"
-       @echo " vom-pkg-deb-debug   - build vom DEB debug packages"
-       @echo " pkg-rpm             - build RPM packages"
-       @echo " install-ext-deps    - install external development dependencies"
-       @echo " ctags               - (re)generate ctags database"
-       @echo " gtags               - (re)generate gtags database"
-       @echo " cscope              - (re)generate cscope database"
-       @echo " checkstyle          - check coding style"
-       @echo " fixstyle            - fix coding style"
-       @echo " doxygen             - (re)generate documentation"
-       @echo " bootstrap-doxygen   - setup Doxygen dependencies"
-       @echo " wipe-doxygen        - wipe all generated documentation"
-       @echo " checkfeaturelist    - check FEATURE.yaml according to schema"
-       @echo " featurelist         - dump feature list in markdown"
-       @echo " json-api-files      - (re)-generate json api files"
+       @echo " install-dep          - install software dependencies"
+       @echo " wipe                 - wipe all products of debug build "
+       @echo " wipe-release         - wipe all products of release build "
+       @echo " build                - build debug binaries"
+       @echo " build-release        - build release binaries"
+       @echo " build-coverity       - build coverity artifacts"
+       @echo " rebuild              - wipe and build debug binares"
+       @echo " rebuild-release      - wipe and build release binares"
+       @echo " run                  - run debug binary"
+       @echo " run-release          - run release binary"
+       @echo " debug                - run debug binary with debugger"
+       @echo " debug-release        - run release binary with debugger"
+       @echo " test                 - build and run (basic) functional tests"
+       @echo " test-debug           - build and run (basic) functional tests (debug build)"
+       @echo " test-all             - build and run functional and extended tests"
+       @echo " test-all-debug       - build and run functional and extended tests (debug build)"
+       @echo " test-gcov            - build and run functional tests (gcov build)"
+       @echo " test-shell           - enter shell with test environment"
+       @echo " test-shell-debug     - enter shell with test environment (debug build)"
+       @echo " test-wipe            - wipe files generated by unit tests"
+       @echo " retest               - run functional tests"
+       @echo " retest-debug         - run functional tests (debug build)"
+       @echo " test-help            - show help on test framework"
+       @echo " run-vat              - run vpp-api-test tool"
+       @echo " pkg-deb              - build DEB packages"
+       @echo " pkg-deb-debug        - build DEB debug packages"
+       @echo " vom-pkg-deb          - build vom DEB packages"
+       @echo " vom-pkg-deb-debug    - build vom DEB debug packages"
+       @echo " pkg-rpm              - build RPM packages"
+       @echo " install-ext-deps     - install external development dependencies"
+       @echo " ctags                - (re)generate ctags database"
+       @echo " gtags                - (re)generate gtags database"
+       @echo " cscope               - (re)generate cscope database"
+       @echo " checkstyle           - check coding style"
+       @echo " fixstyle             - fix coding style"
+       @echo " doxygen              - (re)generate documentation"
+       @echo " bootstrap-doxygen    - setup Doxygen dependencies"
+       @echo " wipe-doxygen         - wipe all generated documentation"
+       @echo " checkfeaturelist     - check FEATURE.yaml according to schema"
+       @echo " featurelist          - dump feature list in markdown"
+       @echo " json-api-files       - (re)-generate json api files"
        @echo " json-api-files-debug - (re)-generate json api files for debug target"
        @echo " docs                 - Build the Sphinx documentation"
-       @echo " docs-venv         - Build the virtual environment for the Sphinx docs"
-       @echo " docs-clean        - Remove the generated files from the Sphinx docs"
-       @echo " test-doc            - generate documentation for test framework"
-       @echo " test-wipe-doc       - wipe documentation for test framework"
-       @echo " test-cov            - generate code coverage report for test framework"
-       @echo " test-wipe-cov       - wipe code coverage report for test framework"
-       @echo " test-checkstyle     - check PEP8 compliance for test framework"
-       @echo " test-refresh-deps   - refresh the Python dependencies for the tests"
+       @echo " docs-venv            - Build the virtual environment for the Sphinx docs"
+       @echo " docs-clean           - Remove the generated files from the Sphinx docs"
+       @echo " test-doc             - generate documentation for test framework"
+       @echo " test-wipe-doc        - wipe documentation for test framework"
+       @echo " test-cov             - generate code coverage report for test framework"
+       @echo " test-wipe-cov        - wipe code coverage report for test framework"
+       @echo " test-checkstyle      - check PEP8 compliance for test framework"
+       @echo " test-refresh-deps    - refresh the Python dependencies for the tests"
        @echo ""
        @echo "Make Arguments:"
        @echo " V=[0|1]                  - set build verbosity level"