That would happen if hcparser.y were changed. Does that file also change? Is it generated?<br><br><div><br><div class="gmail_quote">2010/3/30 Christoph Höger <span dir="ltr">&lt;<a href="mailto:choeger@cs.tu-berlin.de">choeger@cs.tu-berlin.de</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all,<br>
<br>
I have a buildsystem here for a project containing several subprojects. All those subprojects have their own CMakeLists.txt in a subfolder.<br>
One of those subprojects needs to run a script to generate some sourcefiles:<br>
<br>
add_custom_command(OUTPUT ${typesh} ${typesc}<br>
        COMMAND ${binbash} ${PROJECT_SOURCE_DIR}/mosilac/mktypes.sh<br>
        DEPENDS ${src}/hcparser.y<br>
        WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/mosilac)<br>
<br>
This does work. As it does in other places. But in that single place I have a problem when working on other parts of the buildsystem:<br>
Whenever I change a CMakeLists.txt file subsequent make calls lead to a re-generation of the output files, although they&#39;re unchanged.<br>
<br>
Does anyone know why this happens?<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div>