]> Kevux Git Server - fll/commit
Update: The fake program should check file existence when clean is combined with...
authorKevin Day <thekevinday@gmail.com>
Thu, 23 Jun 2022 23:52:19 +0000 (18:52 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 23 Jun 2022 23:52:19 +0000 (18:52 -0500)
commit763a19619bc6bf010971f69cec05f07d9c59a0c5
tree08301a48d907a14b9b63da54afd0d565feafe451
parent949dae66f28af64e71b1e555b55be57c451b5f52
Update: The fake program should check file existence when clean is combined with another command like build or make.

When the make or build command is specified after a clean command, the clean command should do an appropriate file dependency check.
This acts as a safety measure such that if the make or build command could not normally be run due to the missing required files, then the clean operation should not be run.

Rename a related function to a shorter name.
level_3/fake/c/fake.c
level_3/fake/c/private-common.c
level_3/fake/c/private-common.h
level_3/fake/c/private-fake.c
level_3/fake/c/private-fake.h