[CMake] object file target
Juan Sanchez
Juan.Sanchez at amd.com
Mon Jul 30 18:29:52 EDT 2007
I didn't think to look on the make man page, since almost every gnu make
system I dealt with had the verbose information by default.
Doing a "man make" reveals nothing about "VERBOSE=1" since that is
specific to cmake, and doesn't have to do anything with the native build
system.
make VERBOSE=1
sets an environment variable to 1, and this is read by the cmake binaries.
Cheers,
Juan
Brandon Van Every wrote:
> On 7/30/07, Juan Sanchez <Juan.Sanchez at amd.com> wrote:
>> Thanks for the "make VERBOSE=1". I was flying blind before that since
>> it wasn't on the man page.
>
> It wasn't on the man page of your version of Make? Remember, CMake
> generates native build systems. You have to know your way around
> CMake, *and* around your native build system.
>
> Cheers,
> Brandon Van Every
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
>
--
Juan Sanchez
Juan.Sanchez at amd.com
800-538-8450 Ext. 54395
512-602-4395
More information about the CMake
mailing list