Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
b3475030
Commit
b3475030
authored
Feb 19, 2016
by
Bartosz
Committed by
Brad King
Feb 19, 2016
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help: Clarify `cmake -E` command behavior with respect to file existence
parent
a5a5a685
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
Help/manual/cmake.1.rst
Help/manual/cmake.1.rst
+8
-4
No files found.
Help/manual/cmake.1.rst
View file @
b3475030
...
...
@@ -199,16 +199,19 @@ Available commands are:
``make_directory <dir>...``
Create ``<dir>`` directories. If necessary, create parent
directories too.
directories too. If a directory already exists it will be
silently ignored.
``md5sum <file>...``
Compute md5sum of files.
``remove [-f] <file>...``
Remove the file(s), use ``-f`` to force it.
Remove the file(s), use ``-f`` to force it. If a file does
not exist it will be silently ignored.
``remove_directory <dir>``
Remove a directory and its contents.
Remove a directory and its contents. If a directory does
not exist it will be silently ignored.
``rename <oldname> <newname>``
Rename a file or directory (on one volume).
...
...
@@ -241,7 +244,8 @@ Available commands are:
Touch a file.
``touch_nocreate <file>``
Touch a file if it exists but do not create it.
Touch a file if it exists but do not create it. If a file does
not exist it will be silently ignored.
UNIX-specific Command-Line Tools
--------------------------------
...
...
Brad King
@brad.king
mentioned in commit
3cff48b1
·
Feb 24, 2016
mentioned in commit
3cff48b1
mentioned in commit 3cff48b1bbb37c9a48cae49ddea6effdb11bde73
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment