]> Kevux Git Server - fll/commit
Feature: Add -U/--under parameter to Featureless Make.
authorKevin Day <thekevinday@gmail.com>
Mon, 28 Aug 2023 02:59:03 +0000 (21:59 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 28 Aug 2023 03:57:39 +0000 (22:57 -0500)
commit334c0c2c97d5b8774505dc5c1339464240e285f2
treea2f669357f0ad0ad3ab6acc777b28188f2dbf5e1
parent320bb66bdc132042c3918d056bb89b2119ce9483
Feature: Add -U/--under parameter to Featureless Make.

I discovered that the data build directory customization is incomplete while working on the Kevux Tools TacocaT program.

A new parameter to specify a sub-directory within the data directory, called "under", represented by -U and --under is now added.
This provides the ability to change the "build" part of the "data/build" directory.
This can even be an empty string.

The fakefile documentation and specification is updated because this parameter must now be reserved and exposed to IKI expansion.
I have not yet done a thorough test of this feature and I will hopefully do this before the next release.
I have performed a basic test and I can now compile the TacocaT program easily using this parameter.
16 files changed:
level_3/fake/c/main/build.c
level_3/fake/c/main/common.c
level_3/fake/c/main/common/enumeration.h
level_3/fake/c/main/common/string.c
level_3/fake/c/main/common/string.h
level_3/fake/c/main/common/type.c
level_3/fake/c/main/common/type.h
level_3/fake/c/main/fake/path_generate.c
level_3/fake/c/main/make/load_parameters.c
level_3/fake/c/main/make/operate.c
level_3/fake/c/main/make/operate_process_type.c
level_3/fake/c/main/make/operate_validate_type.c
level_3/fake/c/main/print/message.c
level_3/fake/data/documentation/man/man1/fake.1
level_3/fake/documents/fakefile.txt
level_3/fake/specifications/fakefile.txt