[Cmake] echo --> @echo

Bill Hoffman bill . hoffman at kitware . com
Thu, 19 Jun 2003 07:59:23 -0400


I guess they were removed when the .SILENT was added, but if you turn
on VERBOSE makefiles, the .SILENT is removed.   They can be added,
for the next major release.

-Bill


At 04:44 AM 6/19/2003, Jan Woetzel wrote:

>Hi,
>
>it would be nice if an "@" (at) could be added before every "echo" in the makefiles.
>echo -->  @echo
>
>
>That solves the problem of twice printing if CMAKE_VERBOSE_MAKEFILE is on.
>For some targets (e.g. install) there is already the @"at", but for the ".o" files it's missing.
>I refer to the Linux version 1.6.7 of cmake/ccmake.
>
>Example part of generated makefile:
>mytest.o: /home/jw/source/mytest.cpp
>       echo "Building object file mytest.o..."
>
>should become:
>mytest.o: /home/jw/source/mytest.cpp
>      @echo "Building object file mytest.o..."
>
>
>Best regards,
>Jan.
>
>-- 
>
> Dipl.-Ing. Jan Woetzel
>--------------------------------------------------
> University of Kiel
> Institute of Computer Science and Applied Mathematics
> Hermann-Rodewald-Str. 3 [room 401]
> 24098 Kiel/Germany
>--------------------------------------------------
> Phone +49-431-880-1418
> Fax   +49-431-880-4054
> Mob.  +49-179-2937346
>--------------------------------------------------
> Url   www.mip.informatik.uni-kiel.de/~jw
> Email jw at mip . informatik . uni-kiel . de
>
>
>_______________________________________________
>Cmake mailing list
>Cmake at public . kitware . com
>http://public . kitware . com/mailman/listinfo/cmake