public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] Makefile: cosmetic: optimize usage of LIBS-y
Date: Wed, 18 Jul 2012 23:31:48 -0400	[thread overview]
Message-ID: <201207182331.49574.vapier@gentoo.org> (raw)
In-Reply-To: <1340901921-9868-4-git-send-email-daniel.schwierzeck@gmail.com>

On Thursday 28 June 2012 12:45:21 Daniel Schwierzeck wrote:
> --- a/Makefile
> +++ b/Makefile
> 
> +HAVE_VENDOR_COMMON_LIB := $(shell [ -f board/$(VENDOR)/common/Makefile ] \
> +			&& echo y || echo n)

HAVE_VENDOR_COMMON_LIB = $(if $(wildcard board/$(VENDOR)/common/Makefile),y,n)
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120718/7091bcf3/attachment.pgp>

  reply	other threads:[~2012-07-19  3:31 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-28 12:40 [U-Boot] [PATCH] Makefile: change LIB to LIB-y Daniel Schwierzeck
2012-06-28 15:33 ` Wolfgang Denk
2012-06-28 16:45 ` [U-Boot] [PATCH 0/3] replace LIBS by LIBS-y and allow appending to it in sub-makefiles Daniel Schwierzeck
2012-06-28 16:45   ` [U-Boot] [PATCH 1/3] Makefile: allow appending to LIB " Daniel Schwierzeck
2012-07-19  3:27     ` Mike Frysinger
2012-08-10 21:11     ` Wolfgang Denk
2012-06-28 16:45   ` [U-Boot] [PATCH 2/3] Makefile: replace LIBS by LIBS-y Daniel Schwierzeck
2012-07-19  3:27     ` Mike Frysinger
2012-08-10 21:11     ` Wolfgang Denk
2012-08-14 18:47       ` Marek Vasut
2012-06-28 16:45   ` [U-Boot] [PATCH 3/3] Makefile: cosmetic: optimize usage of LIBS-y Daniel Schwierzeck
2012-07-19  3:31     ` Mike Frysinger [this message]
2012-07-19 16:14       ` Daniel Schwierzeck
2012-07-19 23:39     ` [U-Boot] [PATCH v2 " daniel.schwierzeck at gmail.com
2012-08-10 21:17       ` Wolfgang Denk
2012-08-14 13:52         ` Kumar Gala
2012-08-14 21:34           ` Kumar Gala
2012-08-14 19:10     ` [U-Boot] [PATCH " Marek Vasut
2012-07-19  3:26 ` [U-Boot] [PATCH] Makefile: change LIB to LIB-y Mike Frysinger

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=201207182331.49574.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=u-boot@lists.denx.de \
    /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