Fix left-over migration bugs in main TCDS project Makefile and GitLab CI file
With the migration to GitLab and the new build system a bug has crept into the main TCDS project Makefile.
- The definition of the list of packages:
- is miss-spelled (
Packagesinstead ofPACKAGES), and - misses the usual
ifndef PACKAGESprotection.
- is miss-spelled (
This means that every single-module step in the CI in reality builds the whole project, because the selection of the package through the above PACKAGES variable does not work.
- In the GitLab CI definition file, in one place tcds/brildaqchecker is miss-spelled as tcdsdaqchecker.
Edited by Jeroen Hegeman