From d180c5d8d5430f1e826ccf1ee9849a14a091b9b8 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 1 Feb 2020 21:53:47 +0100 Subject: Better message for analysis when configuration wasn't complete Until now, when `./project make' was run after an insuccessful run of `./project configure', it would just say to run `./project configure'. But for a first time user, this could be confusing because when the configuration is done in parallel, the error message can be very high on the command-line outputs and not seen clearly. With this commit, the error message is more complete and describes the problem and what the users should do in which circumstance. --- project | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'project') diff --git a/project b/project index f9a7537..3241ede 100755 --- a/project +++ b/project @@ -365,13 +365,22 @@ case $operation in if ! [ -f .build/software/configuration-done.txt ]; then cat <