commit | bb1eabf49bc5d2b283eafe7ac841513c9824a4b5 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <jarmstrong@linuxfoundation.org> | Fri Mar 29 10:57:46 2024 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Mon Apr 22 15:57:59 2024 +0000 |
tree | 02979b8dcd7e0d99fc94242eb25793a5473d28e5 | |
parent | feeefe81b10f9dc3a9201391d1856c56fc11e02f [diff] |
VOL-5239 - Fix latent linting failures [VOL-5313] - Build timed out after 20 minutes, failing. lf/include.mk lf/local/include.mk lf/onf-make/include.mk ---------------------- o Add repo:onf-make as a git submodule beneath lf/. o Gain access to the latest make lint-{doc8,go,shell} targets. o Begin deprecating dependency on local makefiles/ directory. o Initially adding for interactive use. Makefile -------- o Added temporary user conditional for repo:onf-make transition. o Intended for on-demand, interactive library loading. Change-Id: Idd784956ff28a30dc29ff203af29453a38296b0e Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.