Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Make the MESSAGE Macro work
Date: Wed, 05 Nov 2008 20:15:36 +0100	[thread overview]
Message-ID: <878wryoug7.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <BD79186B4FD85F4B8E60E381CAEE1909C91CCD@mi8nycmail19.Mi8.com> (hartleys@visionengravers.com's message of "Wed\, 5 Nov 2008 12\:16\:02 -0500")

>>>>> "hartleys" == hartleys  <hartleys@visionengravers.com> writes:

 hartleys> Hello all,
 hartleys> The following patch makes the MESSAGE Macro in Makefile.autotools.in
 hartleys> work.

 hartleys> I think it was originally intended to print the messages in bold type
 hartleys> but it doesn't appear to work correctly. This patch should work on all
 hartleys> platforms.
 
 hartleys>  # MESSAGE Macro -- display a message in bold type
 hartleys>  MESSAGE = @echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION)
 hartleys> $(1)$(TERM_RESET)"
 hartleys> -TERM_BOLD = #$(shell tput bold)
 hartleys> -TERM_RESET = #$(shell tput rmso)
 hartleys> +TERM_BOLD = $(shell tput smso)
 hartleys> +TERM_RESET = $(shell tput rmso)

These should probably be := so we don't end up with tons of tput
calls.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2008-11-05 19:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-05 17:16 [Buildroot] [PATCH] Make the MESSAGE Macro work hartleys
2008-11-05 19:15 ` Peter Korsgaard [this message]
2008-11-07  8:58 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878wryoug7.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox