From 4230cefd85348f297224596fd9db927793fcb39b Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 1 Oct 2019 18:13:05 +0100 Subject: Infrastructure to keep preparation results A special directory is now defined in `initialize.mk' that can be used in both the preparation and build phases. Also, the contents of prepared results can now be conditionally read during `./project make'. --- project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project b/project index fcf32fd..ee3bff3 100755 --- a/project +++ b/project @@ -377,7 +377,7 @@ case $operation in # Make sure the configure script has been completed properly # (`configuration-done.txt' exists). - if ! [ -f .build/software/preparation-done.txt ]; then + if ! [ -f .build/software/preparation-done.mk ]; then print_error_abort $operation fi -- cgit v1.2.1