On Friday 13 July 2007 10:16, Brandon Van Every wrote:
...
> I've noted the following weird behavior on the MinGW generator,
> executing under a Windows 2000 command prompt.  I do not have ctags
> installed on my system.  Running from a pristine out-of-source build
> directory, the 1st time I execute "mingw32-make", I get errors as I
> would expect.  The 2nd time, I don't. 

The command is POST_BUILD, i.e. after the target has been built. In the second 
run the target doesn't get rebuilt, so also the command which comes after 
building isn't executed, since building didn't happen.

Alex
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to