| commit | e98239c88808fc70c303dcc3290f961bb8aa104e | [log] [tgz] |
|---|---|---|
| author | Joey Armstrong <joey@opennetworking.org> | Mon May 08 17:10:07 2023 -0400 |
| committer | Joey Armstrong <joey@opennetworking.org> | Mon May 08 17:10:07 2023 -0400 |
| tree | 37d722e4a521fb1e1c10e48ddf5d6f89c96f1bc6 | |
| parent | 0205d33fd6c45b46edb8b0a12a8976d7933dfb0b [diff] |
Minor makefile edits
makefiles/consts.mk
-------------------
o Fixed quote-{double,single} macros to use the correct values.
makefiles/include.mk
makefiles/lint/shell.mk
makefiles/virtualenv.mk
-----------------------
o Inline a visual version string for quick sanity checking.
makefiles/lint/include.mk
makefiles/lint/license/
-------------------------
o Check license agreements with the reuse command line tool.
Change-Id: I54b247805dc75b888ab5662e224261dabb01eab7
This repo holds generic library makefile logic and targets that can be used to build and test arbitrary targets.
Two module directories are maintained, access through variables:
| Make Macro | Description |
|---|---|
| MAKEDIR | Path to project specific makefiles/ directory |
| ONF_MAKEDIR | Path to generic library makefiles/ directory |
include $(ONF_MAKEDIR)/include.mk