Skip to content

Commit

Permalink
MISC: Makefile.mk: fix script v2.34 invocation
Browse files Browse the repository at this point in the history
The util script from util-linux 2.34 (focal) has no `-O` option.

Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Jan 26, 2024
1 parent f42852f commit 849aae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ scan-build: | $>/misc/scan-build/
BRANCH_CHECK_UPSTREAM ::= trunk
branch-check:
$(QGEN)
$Q script -O $>/$(@F).log </dev/null -e -c ' : \
$Q script $>/$(@F).log </dev/null -e -c ' : \
&& $(MAKE) -j`nproc` all \
&& $(MAKE) lint \
&& $(MAKE) -j`nproc` clang-tidy \
Expand Down

0 comments on commit 849aae5

Please sign in to comment.