[CMake] [DOC] -f arg to cmake -E remove

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Jul 17 02:40:07 EDT 2007


Patch to specify -f arg in the documentation.

$ cvs di Source/cmake.cxx
Index: Source/cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.309
diff -u -r1.309 cmake.cxx
--- Source/cmake.cxx    16 Jul 2007 14:54:30 -0000      1.309
+++ Source/cmake.cxx    17 Jul 2007 06:38:32 -0000
@@ -867,7 +867,7 @@
     << "  make_directory dir      - create a directory\n"
     << "  md5sum file1 [...]      - compute md5sum of files\n"
     << "  remove_directory dir    - remove a directory and its contents\n"
-    << "  remove file1 file2 ...  - remove the file(s)\n"
+    << "  remove file1 file2 ...  - remove the file(s). Add -f to
force removal\n"
     << "  tar [cxt][vfz] file.tar file/dir1 file/dir2 ... - create a tar.\n"
     << "  time command [args] ... - run command and return elapsed time\n"
 #if defined(_WIN32) && !defined(__CYGWIN__)


Thanks,
-- 
Mathieu


More information about the CMake mailing list