All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mender/mender.mk: add missing backslash
@ 2020-07-15 23:19 aduskett at gmail.com
  2020-07-16  7:23 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: aduskett at gmail.com @ 2020-07-15 23:19 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Without this backslash, any attempt to run make will result in the error:
package/mender/mender.mk:44: *** recipe commences before first target.  Stop

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/mender/mender.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mender/mender.mk b/package/mender/mender.mk
index 13f0225037..325141787e 100644
--- a/package/mender/mender.mk
+++ b/package/mender/mender.mk
@@ -40,7 +40,7 @@ MENDER_LDFLAGS = -X main.Version=$(MENDER_VERSION)
 MENDER_UPDATE_MODULES_FILES = \
 	directory \
 	script \
-	single-file
+	single-file \
 	$(if $(BR2_PACKAGE_DOCKER_CLI),docker) \
 	$(if $(BR2_PACKAGE_RPM),rpm)
 
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/mender/mender.mk: add missing backslash
  2020-07-15 23:19 [Buildroot] [PATCH 1/1] package/mender/mender.mk: add missing backslash aduskett at gmail.com
@ 2020-07-16  7:23 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-07-16  7:23 UTC (permalink / raw)
  To: buildroot

On Wed, 15 Jul 2020 16:19:16 -0700
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Without this backslash, any attempt to run make will result in the error:
> package/mender/mender.mk:44: *** recipe commences before first target.  Stop
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/mender/mender.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-16  7:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 23:19 [Buildroot] [PATCH 1/1] package/mender/mender.mk: add missing backslash aduskett at gmail.com
2020-07-16  7:23 ` Thomas Petazzoni

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.