5 Commits

Author SHA1 Message Date
Dmitry Baryshkov
220c5bf347 Makefile: provide 'clean' target
It's useful to provide a 'make clean' target as a lot of scripts expect
to be able to run it. Add empty 'clean' target to make those scripts
happy.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2025-02-13 03:11:46 +02:00
Dmitry Baryshkov
2a71be935c scripts/check: implement config.txt checks
Rename the script from check_whence.py and implement config.txt checks.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2025-01-17 05:20:00 +02:00
Dmitry Baryshkov
f1de637d34 scripts/check_whence: add simple WHENCE checker
Add support for 'make check', which performs several checks on the
WHENCE file contents and on the git repository contents.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-11-08 23:11:53 +02:00
Dmitry Baryshkov
d271d63264 Makefile: support creating release archives
Add simple script to create release archive, containing only necessary
sets of binary data.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-11-05 15:09:47 +00:00
Dmitry Baryshkov
d0d30e1bfb Makefile: implement simple installation infrastructure
Implement a way to install the files into the proposed location.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-10-08 11:55:31 +02:00