]> Kevux Git Server - fll/commit
Update: Don't call f_file_exists() until after child status is checked.
authorKevin Day <kevin@kevux.org>
Fri, 17 Mar 2023 23:23:17 +0000 (18:23 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 17 Mar 2023 23:23:17 +0000 (18:23 -0500)
commitd35d7ec088882742e4c449f85a26535a6c938eb5
tree316de7ea2f7ae80fd4ef5ba8f776012f2b6ff0e6
parent449b86ab567c9f2a5b3122f1f66d0203eee02485
Update: Don't call f_file_exists() until after child status is checked.

If the process is exiting as a child process, don't perform the file exists check.
This removes an unnecessary task that has disk I/O implications.
level_3/fake/c/private-build-library.c
level_3/fake/c/private-build-object.c
level_3/fake/c/private-build-objects.c
level_3/fake/c/private-build-program.c
level_3/fake/c/private-build-skeleton.c
level_3/fake/c/private-build.c