> -----Original Message-----
> From: David Cole [mailto:[EMAIL PROTECTED]
> Sent: 26 October 2007 15:04
> To: Josef Karthauser
> Cc: cmake@cmake.org
> Subject: Re: [CMake] Switching off dependencies at compile time (with
> Makefiles)?
> 
> - do a "make help" to get the list of available make targets
> - use "make targetname" to build a target and everything it depends on
> - use "make targetname/fast" to build just that target
> 
> make targetname/fast is the friend of the developer who knows what he
> is doing...
> 

:)

I guess what I want is an all/fast - to build all the targets in the
current directory, but nothing else.

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

Reply via email to