All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dittmann, Daniel <ddittmann@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] using of local dir
Date: Wed, 26 Mar 2008 18:59:33 +0100	[thread overview]
Message-ID: <47EA8F05.8090102@gmx.net> (raw)

Hello,

in buildroot Makefile this includes the board specific config
file from the local dir.

-include $(TOPDIR)/local/$(BOARD)/$(BOARD).config

Some lines later the LOCAL variable will be set:

ifneq ($(BUILDROOT_LOCAL),)
LOCAL:=$(BUILDROOT_LOCAL)
else
LOCAL:=local
endif


I think the LOCAL variable must be initialized before the include
command and it have to use the LOCAL variable.

Is this correct?

Thanks,

Daniel

             reply	other threads:[~2008-03-26 17:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-26 17:59 Dittmann, Daniel [this message]
2008-03-26 18:09 ` [Buildroot] using of local dir Bernhard Fischer
2008-03-26 20:12   ` Peter Korsgaard
2008-03-26 20:36     ` Ulf Samuelsson
2008-03-26 21:41       ` Peter Korsgaard
2008-03-27  2:57     ` Hamish Moffatt
2008-03-27  5:14       ` Ulf Samuelsson

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=47EA8F05.8090102@gmx.net \
    --to=ddittmann@gmx.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.