2007/11/24, Ulion <ulion2002@gmail.com>:
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
Found little document, it didn't mention whether it accept \n, but on my os x, it did, and work around the wrong dvdnav-config file bug. If this also works on linux, I think it did support \n, just undocumented. http://www.gnu.org/software/make/manual/html_node/Echoing.html -- Ulion