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 <[EMAIL PROTECTED]> 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@cmake.org > http://www.cmake.org/mailman/listinfo/cmake > > -- Juan Sanchez [EMAIL PROTECTED] 800-538-8450 Ext. 54395 512-602-4395 _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake