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:
parent
f3b09a4057
commit
b3f3126478
3 changed files with 18 additions and 18 deletions
|
|
@ -3,8 +3,8 @@
|
|||
#
|
||||
|
||||
dochelp:
|
||||
@echo ' LinuxBIOS internal documentation in different formats:'
|
||||
@echo ' pdfdocs (PDF)'
|
||||
@printf ' LinuxBIOS internal documentation in different formats:'
|
||||
@printf ' pdfdocs (PDF)'
|
||||
|
||||
pdfdocs:
|
||||
@echo ' Not implemented yet. Please use lyx for now.'
|
||||
@printf ' Not implemented yet. Please use lyx for now.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue