remove .SILENT from Makefiles, use "make -s" instead
commitb7d23ba000ddf06babc3c1a540f650f4207689a9
authorWilliam Smith <wsmith1@mail.ru>
Sat, 12 Jan 2013 19:20:27 +0000 (12 14:20 -0500)
committerWilliam Smith <wsmith1@mail.ru>
Sun, 13 Jan 2013 22:38:07 +0000 (13 17:38 -0500)
treeb3207f102afe8fde6cb9da08fc2185ed1c8d2f3b
parentce44a509e1bb99916e4f79e7c1b88dcbb5eeab4f
remove .SILENT from Makefiles, use "make -s" instead

Remove .SILENT from Makefiles, so that full commands are
printed as they are executed. Add "@" in front of "echo" commands
so that echo messages are not printed twice. If it is desired
to suppress printing of the commands, use the "-s" (--quiet)
option of make, for example "make -s all".
Makefile
library/Makefile
programs/Makefile