commit | c2094fce7853aa27d34d0d6fc1691da30f1fa7e3 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Fri Nov 17 15:16:27 2023 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Fri Nov 17 15:16:27 2023 -0500 |
tree | cbd94756b5421c50a6f959660eb8fe5b2d03bfc2 | |
parent | c86d0354d9702dbca6a775bd7a43d255dfe1445b [diff] |
Define more constant values. makefiles/consts.mk ------------------- o Define constant values (make macros) for tab-stop and newline. o Document intent and usage for a few already-defined constants: + HIDE= + env-clean= + xargs-*= Change-Id: I7bcc4622f5011f861e45f73ab2663f761fb85e16
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