From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Hunleth Date: Mon, 16 Feb 2015 12:00:30 -0500 Subject: [Buildroot] [PATCH 3/3] pkg-rebar: fix very minor typos in the comments In-Reply-To: <1424106030-16836-1-git-send-email-fhunleth@troodon-software.com> References: <1424106030-16836-1-git-send-email-fhunleth@troodon-software.com> Message-ID: <1424106030-16836-4-git-send-email-fhunleth@troodon-software.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Frank Hunleth --- package/pkg-rebar.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/pkg-rebar.mk b/package/pkg-rebar.mk index 45d1c7d..75facd5 100644 --- a/package/pkg-rebar.mk +++ b/package/pkg-rebar.mk @@ -74,7 +74,7 @@ endef # For target packages for example, one uses this to setup symbolic # links from $(STAGING_DIR)/usr/share/rebar/deps/ to # $(STAGING_DIR)/usr/lib/erlang/lib/-. This -# infrastructure points rebar at the former in order to tell rebar do +# infrastructure points rebar at the former in order to tell rebar to # NOT download dependencies during the build stage, and instead use # the already available dependencies. # @@ -195,7 +195,7 @@ $(2)_DEPENDENCIES ?= $$(filter-out host-automake host-autoconf host-libtool \ host-gettext host-toolchain host-erlang-rebar $(1),\ $$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES)))) else -# Same deal, if _USE_BUNLDED_REBAR is NO. +# Same deal, if _USE_BUNDLED_REBAR is NO. $(2)_DEPENDENCIES ?= $$(filter-out host-toolchain host-erlang-rebar $(1),\ $$(patsubst host-host-%,host-%,$$(addprefix host-,$$($(3)_DEPENDENCIES)))) endif -- 1.9.1