projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd73e0
)
Makefile.autotools.in: remove extra newlines in MESSAGE macro
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:08:48 +0000
(19:08 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:08:48 +0000
(19:08 -0000)
package/Makefile.autotools.in
patch
|
blob
|
history
diff --git
a/package/Makefile.autotools.in
b/package/Makefile.autotools.in
index 07bb32d4770ab7874e53a3ba638825d8d6f897af..266fd5ec2ec59803f1ba05e8ce6d7cf89ae2acb2 100644
(file)
--- a/
package/Makefile.autotools.in
+++ b/
package/Makefile.autotools.in
@@
-110,9
+110,7
@@
INFLATE.tgz = $(ZCAT)
INFLATE.tar = cat
# MESSAGE Macro -- display a message in bold type
-MESSAGE = @echo $(TERM_BOLD); \
- echo ">>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)"; \
- echo $(TERM_RESET)
+MESSAGE = @echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)$(TERM_RESET)"
TERM_BOLD = #$(shell tput bold)
TERM_RESET = #$(shell tput rmso)