All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/1] Revert "heimdal: disable parallel make"
@ 2022-02-22 21:49 Bernd Kuhls
  2022-03-12 19:42 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2022-02-22 21:49 UTC (permalink / raw)
  To: buildroot

This reverts commit f6980126f26c63421d04a32b6710d9e3a380476a.

Parallel make was disabled back in 2017:
https://git.buildroot.net/buildroot/commit/?id=f6980126f26c63421d04a32b6710d9e3a380476a

Build-test with -j99 was successful.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/heimdal/heimdal.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/heimdal/heimdal.mk b/package/heimdal/heimdal.mk
index ce509c7afa..a8d87531ec 100644
--- a/package/heimdal/heimdal.mk
+++ b/package/heimdal/heimdal.mk
@@ -8,7 +8,6 @@ HEIMDAL_VERSION = 7.7.0
 HEIMDAL_SITE = https://github.com/heimdal/heimdal/releases/download/heimdal-$(HEIMDAL_VERSION)
 HOST_HEIMDAL_DEPENDENCIES = host-e2fsprogs host-ncurses host-pkgconf
 HEIMDAL_INSTALL_STAGING = YES
-HEIMDAL_MAKE = $(MAKE1)
 # static because of -fPIC issues with e2fsprogs on x86_64 host
 HOST_HEIMDAL_CONF_OPTS = \
 	--disable-shared \
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH/next 1/1] Revert "heimdal: disable parallel make"
  2022-02-22 21:49 [Buildroot] [PATCH/next 1/1] Revert "heimdal: disable parallel make" Bernd Kuhls
@ 2022-03-12 19:42 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2022-03-12 19:42 UTC (permalink / raw)
  To: Bernd Kuhls, buildroot


On 22/02/2022 22:49, Bernd Kuhls wrote:
> This reverts commit f6980126f26c63421d04a32b6710d9e3a380476a.
>
> Parallel make was disabled back in 2017:
> https://git.buildroot.net/buildroot/commit/?id=f6980126f26c63421d04a32b6710d9e3a380476a
>
> Build-test with -j99 was successful.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

  Applied to master, thanks.

  It's unfortunate that we couldn't identify why it was fixed, but the 
autobuilders will complain if it isn't.


  Regards,
  Arnout

> ---
>   package/heimdal/heimdal.mk | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/package/heimdal/heimdal.mk b/package/heimdal/heimdal.mk
> index ce509c7afa..a8d87531ec 100644
> --- a/package/heimdal/heimdal.mk
> +++ b/package/heimdal/heimdal.mk
> @@ -8,7 +8,6 @@ HEIMDAL_VERSION = 7.7.0
>   HEIMDAL_SITE = https://github.com/heimdal/heimdal/releases/download/heimdal-$(HEIMDAL_VERSION)
>   HOST_HEIMDAL_DEPENDENCIES = host-e2fsprogs host-ncurses host-pkgconf
>   HEIMDAL_INSTALL_STAGING = YES
> -HEIMDAL_MAKE = $(MAKE1)
>   # static because of -fPIC issues with e2fsprogs on x86_64 host
>   HOST_HEIMDAL_CONF_OPTS = \
>   	--disable-shared \
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-03-12 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 21:49 [Buildroot] [PATCH/next 1/1] Revert "heimdal: disable parallel make" Bernd Kuhls
2022-03-12 19:42 ` Arnout Vandecappelle

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.