* [Buildroot] [PATCH] package/openswan: fix parralel build
@ 2015-07-14 10:53 Yann E. MORIN
2015-07-14 11:05 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2015-07-14 10:53 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.org/results/2ec/2ecb098b01bd44d75182b15f98c1fd2a8c927438/
http://autobuild.buildroot.org/results/18f/18f0166f3fa831f321818e286d9c2e9037f8c8d0/
...
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
package/openswan/openswan.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/openswan/openswan.mk b/package/openswan/openswan.mk
index 6c6a8a7..b7689c1 100644
--- a/package/openswan/openswan.mk
+++ b/package/openswan/openswan.mk
@@ -29,12 +29,12 @@ endif
endif
define OPENSWAN_BUILD_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
+ $(TARGET_MAKE_ENV) $(MAKE1) -C $(@D) \
$(OPENSWAN_MAKE_OPTS) programs
endef
define OPENSWAN_INSTALL_TARGET_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
+ $(TARGET_MAKE_ENV) $(MAKE1) -C $(@D) \
$(OPENSWAN_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
endef
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [Buildroot] [PATCH] package/openswan: fix parralel build
2015-07-14 10:53 [Buildroot] [PATCH] package/openswan: fix parralel build Yann E. MORIN
@ 2015-07-14 11:05 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-14 11:05 UTC (permalink / raw)
To: buildroot
Dear Yann E. MORIN,
On Tue, 14 Jul 2015 12:53:42 +0200, Yann E. MORIN wrote:
> Fixes:
> http://autobuild.buildroot.org/results/2ec/2ecb098b01bd44d75182b15f98c1fd2a8c927438/
> http://autobuild.buildroot.org/results/18f/18f0166f3fa831f321818e286d9c2e9037f8c8d0/
> ...
>
> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
> package/openswan/openswan.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied after fixing the commit title, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-14 11:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-14 10:53 [Buildroot] [PATCH] package/openswan: fix parralel build Yann E. MORIN
2015-07-14 11:05 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox