Re: [cmake-developers] Multiple files support for touch and touch_nocreate

2016-05-02 Thread Brad King
On 05/02/2016 06:37 AM, Bartosz Kosiorek wrote:
> I implemented multiple files support for touch and touch_nocreate.
> 
> It seems that partially it was implemented but:
> 1. Documentation didn't mention about multi file support for touch command
> 2. When some unspecified error will occur, the touching multiple files was 
> interrupted. `i fixed that and now it is working the same as for Linux.

Thanks.  I've applied the drive-by documentation updates:

 Help: Add missing space in cmake(1) manual
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=25ee2c86

 Help: Improve 'cmake -E md5sum' documentation
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=960afaad

However, please revise the test case for the main feature.  I tried
locally hacking the implementation to only create one of the named
files and then test case does not fail.

Thanks,
-Brad
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


[cmake-developers] Multiple files support for touch and touch_nocreate

2016-05-02 Thread Bartosz Kosiorek
Hello.

I implemented multiple files support for touch and touch_nocreate.

It seems that partially it was implemented but:
1. Documentation didn't mention about multi file support for touch command
2. When some unspecified error will occur, the touching multiple files was
interrupted. `i fixed that and now it is working the same as for Linux.

Please let me know what you think about that.
Do you think it could be pushed into cmake repository?

Thanks in advance
Bartosz


0001-Add-support-of-multiple-files-for-touch-and-touch_no.patch
Description: Binary data
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers