From 887198ff2043a30614f7609f92aaa3cc53de9dfd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Apr 2021 22:50:51 +0100 Subject: [PATCH] build: Recommend using `&& echo it worked` to work around make Signed-off-by: Ian Jackson --- docs/build.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/build.rst b/docs/build.rst index 98008ecb..15ce23a9 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -62,7 +62,10 @@ Build git clone https://salsa.debian.org/iwj/otter cd otter - make -j8 all bundled-sources + make -j8 all bundled-sources && echo it worked + +Expect to see ``it worked`` at the end. If you don't see that, it +failed, and the error message is buried in the scrollback. Build just the shape library preview .................................... -- 2.30.2