let check-all.sh restore the build tree when it's done

Fri, 19 Dec 2025 14:06:21 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 19 Dec 2025 14:06:21 +0100
changeset 1629
ac24ad6c8595
parent 1628
b15ed93f2aa7
child 1630
17ae70728139

let check-all.sh restore the build tree when it's done

check-all.sh file | annotate | diff | comparison | revisions
--- a/check-all.sh	Fri Dec 19 13:47:50 2025 +0100
+++ b/check-all.sh	Fri Dec 19 14:06:21 2025 +0100
@@ -49,3 +49,4 @@
 # clean build files and restore config
 make clean > /dev/null
 mv config.mk.bak config.mk
+make check -j`nproc`

mercurial