On Tue, Apr 1, 2008 at 10:15 PM, Alexander Neundorf <[EMAIL PROTECTED]>
wrote:

> On Tuesday 01 April 2008, Mehdi Rabah wrote:
> > Hi,
> >
> > I have a target 'sync' in my project and I want to rebuild all the
> project
> > when I call this target 'sync'. So I tried to make sync depends from the
> > target 'all' but I don't know how to do it.
>
> Targets like "all" and "clean" are not (yet) first class cmake targets, so
> they can't be used like this.
>

ok but there must be some way to say that I want to rebuild my project when
I call this specific "sync" target ? or am I doomed for the rested of my
life to type "make all && make sync" ?



> Would "make clean all" be good enough ?


Is this a mistake or an april fool's day joke ? I wasn't talking about
"clean" so I don't get it ^^

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

Reply via email to