[Buildroot] [PATCHv7 2/5] core: introduce the BR2_EXTERNAL variable

Arnout Vandecappelle arnout at mind.be
Thu Dec 5 22:43:40 UTC 2013


On 05/12/13 20:11, Thomas Petazzoni wrote:
> +BR2_EXTERNAL_FILE = $(BASE_DIR)/.br-external
> +-include $(BR2_EXTERNAL_FILE)
> +ifeq ($(BR2_EXTERNAL),)
> +  override BR2_EXTERNAL = support/dummy-external
> +  $(shell rm -f $(BR2_EXTERNAL_FILE))
> +else
> +  $(shell echo BR2_EXTERNAL ?= $(BR2_EXTERNAL) > $(BR2_EXTERNAL_FILE))
> +endif

  Huh, did I write this? AFAIK we don't normally indent inside make 
conditionals... And if we did, it would be with tabs.

  Regards,
  Arnout

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F



More information about the buildroot mailing list