24 Nov
2007
24 Nov
'07
2:13 p.m.
2007/11/24, Nico Sabbi <nicola_sabbi@fastwebnet.it>:
Il Saturday 24 November 2007 02:03:03 Ulion ha scritto:
After check other Makefiles, I found they all use '@echo' instead of 'echo -e', I tested with it and works just like '/bin/echo -e', maybe '@echo' is the correct way to use. So I think this patch will be worth to commit. I made this patch under libdvdnav directory, so need apply it under same directory.
[nico@xp ~]$ @echo hello bash: @echo: command not found
It's not a shell command, I think it's a command identified by 'make', why not try it, I just have no time to find the man page for Makefile -- Ulion