mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
Makefile.autotools.in: remove extra newlines in MESSAGE macro
This commit is contained in:
parent
ddd73e012c
commit
a87d82081d
@ -110,9 +110,7 @@ INFLATE.tgz = $(ZCAT)
|
|||||||
INFLATE.tar = cat
|
INFLATE.tar = cat
|
||||||
|
|
||||||
# MESSAGE Macro -- display a message in bold type
|
# MESSAGE Macro -- display a message in bold type
|
||||||
MESSAGE = @echo $(TERM_BOLD); \
|
MESSAGE = @echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)$(TERM_RESET)"
|
||||||
echo ">>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)"; \
|
|
||||||
echo $(TERM_RESET)
|
|
||||||
TERM_BOLD = #$(shell tput bold)
|
TERM_BOLD = #$(shell tput bold)
|
||||||
TERM_RESET = #$(shell tput rmso)
|
TERM_RESET = #$(shell tput rmso)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user