[Cmake] echo --> @echo

Jan Woetzel jw at mip . informatik . uni-kiel . de
Thu, 19 Jun 2003 10:44:54 +0200


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