]> Kevux Git Server - fll/commit
Progress: Centralize Featureless Make cache and update directory code.
authorKevin Day <kevin@kevux.org>
Sun, 2 Apr 2023 00:06:32 +0000 (19:06 -0500)
committerKevin Day <kevin@kevux.org>
Sun, 2 Apr 2023 00:06:32 +0000 (19:06 -0500)
commit726169be37c6eae3b6e0127f207c09b4293de68b
tree67bec325f0c1f788d44d6e63461e9404a66577b6
parent471d749d817b18b112cb16f170b2bf965e3e8aa7
Progress: Centralize Featureless Make cache and update directory code.

The Featureless Make program now uses a more centralized cache.
This requires some delicate handling in certain areas and testing is needed to assure that there are no regressions.

Continue some work regarding the recursive directory functions.
27 files changed:
level_0/f_directory/c/directory/common.h
level_0/f_directory/c/directory/type.h
level_1/fl_directory/c/directory.c
level_1/fl_directory/c/directory.h
level_1/fl_directory/c/private-directory.c
level_3/fake/c/main/build.c
level_3/fake/c/main/build.h
level_3/fake/c/main/build/library.c
level_3/fake/c/main/build/object.c
level_3/fake/c/main/build/objects.c
level_3/fake/c/main/build/program.c
level_3/fake/c/main/build/skeleton.c
level_3/fake/c/main/common.c
level_3/fake/c/main/common.h
level_3/fake/c/main/common/define.h
level_3/fake/c/main/common/type.c
level_3/fake/c/main/common/type.h
level_3/fake/c/main/fake.c
level_3/fake/c/main/fake.h
level_3/fake/c/main/main.c
level_3/fake/c/main/make.c
level_3/fake/c/main/make/load_fakefile.c
level_3/fake/c/main/make/operate.c
level_3/fake/c/main/make/operate.h
level_3/fake/c/main/make/operate_process.c
level_3/fake/c/main/make/operate_process_type.c
level_3/fake/c/main/make/operate_validate_type.c