summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorSibi Siddharthan <sibisiddharthan.github@gmail.com>2020-07-14 16:24:04 (GMT)
committerSibi Siddharthan <sibisiddharthan.github@gmail.com>2020-07-15 14:52:04 (GMT)
commit2fad00940d7ed3c5928bda5b671bdcf08ce53bb8 (patch)
tree16ed66550694ac2eb00aadfc95098b3c30b8236d /Help/release
parent2da778664d3e99ada4e67a5a1b9d377f92a9f75f (diff)
downloadCMake-2fad00940d7ed3c5928bda5b671bdcf08ce53bb8.zip
CMake-2fad00940d7ed3c5928bda5b671bdcf08ce53bb8.tar.gz
CMake-2fad00940d7ed3c5928bda5b671bdcf08ce53bb8.tar.bz2
cmake: Add -E create_hardlink
Fixes: #20950 Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/cmake-E-create_hardlink.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-E-create_hardlink.rst b/Help/release/dev/cmake-E-create_hardlink.rst
new file mode 100644
index 0000000..66cdc87
--- /dev/null
+++ b/Help/release/dev/cmake-E-create_hardlink.rst
@@ -0,0 +1,5 @@
+cmake-E-create_hardlink
+-----------------------
+
+* The :manual:`cmake(1)` gained a ``-E create_hardlink`` command-line tool
+ that can be used to create hardlinks between files.