[Buildroot] svn commit: trunk/buildroot

Ulf Samuelsson ulf.samuelsson at atmel.com
Mon Jul 7 11:18:25 UTC 2008



>>>>>> "Ulf" == Ulf Samuelsson <ulf.samuelsson at atmel.com> writes:
> 
> Please keep communication on the list.
> 
>>>>>> "Ulf" == Ulf Samuelsson <ulf.samuelsson at atmel.com> writes:
> 
> ulf> config BR2_STAGING_DIR
> >> 
> ulf> Modified: trunk/buildroot/Makefile
> ulf> ===================================================================
> ulf> --- trunk/buildroot/Makefile 2008-07-05 09:18:54 UTC (rev 22651)
> ulf> +++ trunk/buildroot/Makefile 2008-07-05 09:22:38 UTC (rev 22652)
> ulf> @@ -36,7 +36,7 @@
> ulf> ifneq ($(BUILDROOT_LOCAL),)
> ulf> BR2_LOCAL:=$(BUILDROOT_LOCAL)
> ulf> else
> ulf> -BR2_LOCAL:=$(TOPDIR)/local
> ulf> +BR2_LOCAL:=$(TOPDIR)local
> ulf> endif
> >> 
> >> Why?
> 
> Ulf> Topdir seems to have a slash already
> Ulf> so this changes BR2_LOCAL from ".//local" to "./local"
> 
> And, is that a problem? This will break if someone forgets the
> trailing slash. Double slashes are normally fine.
> 

Anyone likely to redefine TOPDIR?

> ulf> +
> ulf> +status:
> ulf> + @echo LOCAL=$(LOCAL)
> ulf> + @echo BR2_DL_DIR=$(BR2_DL_DIR)
> ulf> + @echo HOST_GLIB=$(HOST_GLIB)
> >> 
> >> And why?
> 
> Ulf> Just some debugging help
> 
> Does it need to be checked in?

Not neccesarily, but does it hurt?


Best Regards
Ulf Samuelsson




More information about the buildroot mailing list