commit | 95a52436dba9c50e248a1c2c02d8e8e1c281f8b6 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <jarmstrong@linuxfoundation.org> | Mon Apr 29 15:26:18 2024 -0400 |
committer | Joey Armstrong <jarmstrong@linuxfoundation.org> | Mon Apr 29 15:26:51 2024 -0400 |
tree | a99ae324df9e42399a5fb5a7d39689cf1da28e00 | |
parent | f22de9dea0501064e0a588bf18879de7027791c4 [diff] |
Updates for the pre-commit hook .pre-commit-config.yaml ----------------------- o Add more hooks bin/setup.sh makefiles/commands/kail/godownloader.sh --------------------------------------- o Shellcheck cleanups install/README.md ----------------- o Add a project copyright notice. makefiles/.../*.mk ------------------ o Update copyright notice. o Replace legacy var $(ONF_MAKEDIR) with onf-mk-dir= makefiles/virtualenv/include.mk ------------------------------- o Fixed a small problem with targets clean & sterile. o Clean target should remove Change-Id: If624531f4d38aaacc200d3c49aee2c3804122ffb Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
This repository contains common makefile logic and targets that can be used to build arbitrary repositories. Makefile logic is currently being consumed by the VOLTHA project
Two distinct sets of makefiles are needed to support builds:
The first is a subdir of makefiles/ named 'onf-make'
The second makefile directory contains repository/project specific logic:
Most makefile logic can be parameterized and implemented to support reuse. Consider adding enhancements or refactoring local/ makefile logic into repo:onf-make so all makefiles can leverage it.
% tree --charset=ascii -n Makefile config.mk makefiles/ |-- include.mk |-- local | |-- include.mk | | | |-- doc8 | | | | |-- doc8.ini (alas only one --config switch allowed) |-- [onf-make: git-submodule](https://github.com/opencord/onf-make) | |-- makefiles | | |-- consts.mk | | |-- include.mk | | |-- lint | | | |-- doc8 Syntax check ReStructuredText (rst) files | | | |-- groovy | | | |-- python | | | |-- robot.mk Syntax check robot testing framework | | | |-- shell.mk Invoke shellcheck command on scripts | | | |-- yaml Syntax check yaml configs
Ascii art was rendered using
README.md can be rendered locally using