mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit 253ded456e834e7f24a697c9b191702234563864
parent 4616464819808e1def0869c197a918cc3927da3c
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Mon, 12 May 2025 17:20:24 +0000

Fix make invocation

Diffstat:
Mutil/build-commit | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/build-commit b/util/build-commit @@ -42,4 +42,4 @@ if git submodule status --cached | grep '^[^ ]'; then fatal_e111 "failed to get defined submodule states" fi -exec make -rs "$@" +exec make -rs