scripts: Fix alignment in compile output.
This commit is contained in:
parent
f3b66982b7
commit
4f472c2a8e
|
@ -70,7 +70,7 @@ INCLUDES := -I. -Iutil -IFL -Inonlib
|
||||||
|
|
||||||
include scripts/colors
|
include scripts/colors
|
||||||
|
|
||||||
SPACE:=`tput cuf 15`
|
SPACE+="
`tput cuf 20`"
|
||||||
|
|
||||||
ifneq ($(CALCULATING),yes)
|
ifneq ($(CALCULATING),yes)
|
||||||
COMPILING="$(BOLD)$(BLACK)$(PACKAGE)$(SPACE)$(SGR0)$(CYAN)`scripts/percent-complete .files "$<"`$(SGR0)$(BOLD)$(BLACK)]$(SGR0) $(BOLD)$(CYAN)$<$(SGR0)"
|
COMPILING="$(BOLD)$(BLACK)$(PACKAGE)$(SPACE)$(SGR0)$(CYAN)`scripts/percent-complete .files "$<"`$(SGR0)$(BOLD)$(BLACK)]$(SGR0) $(BOLD)$(CYAN)$<$(SGR0)"
|
||||||
|
|
Loading…
Reference in New Issue