diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-01 18:13:05 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-01 18:13:05 +0100 |
commit | 4230cefd85348f297224596fd9db927793fcb39b (patch) | |
tree | 6f5051b4bac0b9f5f53d7bfecc199aeac49c1fa5 /project | |
parent | 7caa2845304c40540a336f840b3ca468bf6c8697 (diff) |
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'.
Diffstat (limited to 'project')
-rwxr-xr-x | project | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |