diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-10 12:03:33 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-10 14:05:00 +0200 |
commit | dd576b8730b1aa9ea90fba20367471b4a09da5d3 (patch) | |
tree | f3217d6574c400dc9bb8ae0f96972e6d991b7c20 /doc/concepts/symlinks.md | |
parent | 588d61a178874fe48a32ebba87a278169b8d3636 (diff) | |
download | justbuild-dd576b8730b1aa9ea90fba20367471b4a09da5d3.tar.gz |
doc: Extend documentation with 'symlink' built-in rule
Diffstat (limited to 'doc/concepts/symlinks.md')
-rw-r--r-- | doc/concepts/symlinks.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/concepts/symlinks.md b/doc/concepts/symlinks.md index 2d33e388..5a7114e4 100644 --- a/doc/concepts/symlinks.md +++ b/doc/concepts/symlinks.md @@ -118,6 +118,9 @@ permissions. As such, they locally use the existing file CAS. Remotely, the existing execution protocol already allows the handling of symbolic links via corresponding Protobuf messages, therefore no extensions are needed. +Additionally, the built-in rules are extended with a `"symlink"` target, +allowing the generation of a symlink with given non-upwards target path. + ### Import resolved `git`-trees Finally, to be as flexible as possible in handling external repositories with |