composite: remove FLAVOUR handling

This commit is contained in:
Franco Fichtner 2023-02-07 08:02:13 +01:00
parent 62da85d36f
commit 6cc5a564ba
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ ${STEP}: lint-steps
.for SCRIPT in ${SCRIPTS}
${SCRIPT}: lint-composite
${VERBOSE_HIDDEN} cd ${.CURDIR} && FLAVOUR="${FLAVOUR}" \
${VERBOSE_HIDDEN} cd ${.CURDIR} && \
sh ${VERBOSE_FLAGS} ./composite/${SCRIPT}.sh ${${SCRIPT}_ARGS}
.endfor