[Buildroot] [PATCH 01/53] pkg-rebar: remove redundant / in front of $($(PKG)_ERLANG_LIBDIR)

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Apr 12 09:46:32 UTC 2017


Hello,

On Wed, 12 Apr 2017 11:38:35 +0200, Arnout Vandecappelle
(Essensium/Mind) wrote:

>  define install-erlang-directories
> -	$(INSTALL) -d $(1)/$($(PKG)_ERLANG_LIBDIR)
> +	$(INSTALL) -d $(1)$($(PKG)_ERLANG_LIBDIR)

This looks a bit weird to me. Wouldn't it make more sense to have
ERLANG_LIBDIR not start with a / ?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list