Consistently use 'printf' instead of 'echo' to print stuff to

the console.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@224 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-09 00:41:23 +00:00
commit b3f3126478
3 changed files with 18 additions and 18 deletions

View file

@ -33,7 +33,7 @@ endif
#
lzma:
$(Q)echo "Building lzma... skipped"
$(Q)printf "Building lzma... skipped\n"
$(obj)/%.o: $(src)/lib/%.c
$(Q)$(CC) $(INITCFLAGS) -c $< -o $@