]> Kevux Git Server - fll/commit
Progress: featureless make.
authorKevin Day <thekevinday@gmail.com>
Thu, 20 Aug 2020 02:59:55 +0000 (21:59 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 20 Aug 2020 03:11:13 +0000 (22:11 -0500)
commit63223ea28152b4b70cb0319c09e338f0b4d935d8
tree9ba8ba929ba27cbcbdb99318187216feceb3c6d7
parent278b9a4e5d6b8588346b787e09085071d0957d23
Progress: featureless make.

Remove the 'create' section operation, it is effectively redundant with the 'touch' section operation.
There is still potential for having both because 'touch' section operation has additional actions that could be undesired.
For keeping it simple, I have decided to not support both 'create' and 'touch' at the same time.

Implement 'delete' section operatin and update validation.
Implement 'link' section operation and update validation.

Add 'deletes' section operation that performs a "recursive" delete which allows for deleting non-empty directories.
level_3/fake/c/private-make.c
level_3/fake/c/private-make.h
level_3/fake/c/private-print.c
level_3/fake/documents/fakefile.txt
level_3/fake/specifications/fakefile.txt