Merged r2188 from trunk.
This commit is contained in:
parent
fc159995d6
commit
eb81473807
1 changed files with 11 additions and 11 deletions
22
functions
22
functions
|
@ -1,14 +1,14 @@
|
|||
BRW= "[0;1m"
|
||||
RED= "[0;31m"
|
||||
BOLD= "[0;1m"
|
||||
RED= "[1;31m"
|
||||
GREEN= "[0;32m"
|
||||
ORANGE= "[0;33m"
|
||||
BLUE= "[1;34m"
|
||||
WHITE= "[00m"
|
||||
|
||||
define echo_message
|
||||
@echo $(BRW)
|
||||
@echo $(BOLD)
|
||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@echo $(BRW)$(1) target $(BLUE)$@$(BRW)
|
||||
@echo $(BOLD)$(1) target $(BLUE)$@$(BOLD)
|
||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~$(WHITE)
|
||||
endef
|
||||
|
||||
|
@ -25,11 +25,11 @@ define unpack2
|
|||
endef
|
||||
|
||||
define echo_finished
|
||||
@echo $(BRW)
|
||||
@echo $(BOLD)
|
||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@echo $(BRW) Finished the build of $(BLUE)LFS-$(1)$(BRW)
|
||||
@echo $(BOLD) Finished the build of $(BLUE)LFS-$(1)$(BOLD)
|
||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@echo -e \\t\\t$(RED)W A R N I N G$(BRW)
|
||||
@echo -e \\t\\t$(RED)W A R N I N G$(BOLD)
|
||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@echo
|
||||
@echo To be able to boot your new LFS system you need to follow
|
||||
|
@ -42,8 +42,8 @@ define echo_finished
|
|||
@echo
|
||||
@echo -e \\t- Edit /etc/fstab, /etc/hosts, /etc/sysconfig/clock,
|
||||
@echo -e \\t/etc/sysconfig/console, /etc/sysconfig/network,
|
||||
@echo -e \\t/etc/sysconfig/ifconfig.eth0/ipv4 and any other configuration
|
||||
@echo -e \\tfile required to suit your needs.
|
||||
@echo -e \\t/etc/sysconfig//network-devices/ifconfig.eth0/ipv4 and
|
||||
@echo -e \\tany other configuration file required to suit your needs.
|
||||
@echo
|
||||
@echo -e \\t- Set-up Grub. See chapter08/grub.html
|
||||
@echo
|
||||
|
@ -52,8 +52,8 @@ define echo_finished
|
|||
@echo If you are an experienced LFS user, several of those steps can be
|
||||
@echo skipped or done in a different way. But then, that is something
|
||||
@echo that you already know and there is no need to discuss it here.
|
||||
@echo $(BRW)
|
||||
@echo $(BOLD)
|
||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BRW)
|
||||
@echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BOLD)
|
||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~$(WHITE)
|
||||
endef
|
||||
|
|
Reference in a new issue