On Wed, Apr 2, 2008 at 9:01 PM, Alexander Neundorf &lt;<a href="mailto:a.neundorf-work@gmx.net" target="_blank">a.neundorf-work@gmx.net</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>On Wednesday 02 April 2008, you wrote:<br>
&gt; On Tue, Apr 1, 2008 at 10:15 PM, Alexander Neundorf<br>
</div>...<br>
<div>&gt; ok but there must be some way to say that I want to rebuild my project when<br>
&gt; I call this specific &quot;sync&quot; target ? or am I doomed for the rested of my<br>
&gt; life to type &quot;make all &amp;&amp; make sync&quot; ?<br>
&gt;<br>
&gt; &gt; Would &quot;make clean all&quot; be good enough ?<br>
&gt;<br>
&gt; Is this a mistake or an april fool&#39;s day joke ? I wasn&#39;t talking about<br>
&gt; &quot;clean&quot; so I don&#39;t get it ^^<br>
<br>
</div>You said you want to rebuild everything, so what&#39;s wrong with &quot;make clean&quot;<br>
followed by make ?<br>
I guess somehow I don&#39;t understand what you want to do.<br>
<div><div></div><div></div></div></blockquote><div><br>ok then I re-explain : I have a custom rule &quot;sync&quot; that send binaries to a embedded computer. To make sure that the binaries that I send are the lastest version (ie the source have recompiled since my last modification) I wanted to make my &quot;sync&quot; target depend on &quot;all&quot;. ie when I type &quot;make sync&quot; the project is rebuild before the synchronisation is made. the same result can be done by typing &quot;make &amp;&amp; make sync&quot; but I want it to be managed by cmake because other people in the project doesn&#39;t need to know that they need to rebuild the project before each sync. They just have to know &quot;make sync&quot;.<br>

<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div><br>
Alex<br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org" target="_blank">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br>