Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [patch] mdnsresponder doesn't do parallel makes
@ 2007-08-14 20:35 Brad House
  2007-08-15  7:42 ` Ulf Samuelsson
  0 siblings, 1 reply; 3+ messages in thread
From: Brad House @ 2007-08-14 20:35 UTC (permalink / raw)
  To: buildroot

Apparently mdnsresponder will fail to build with parallel makes.
This patch just adds a -j1 to the $(MAKE) to force it to not
build in parallel.

-Brad
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mdnsresponder-parallelmake.diff
Url: http://busybox.net/lists/buildroot/attachments/20070814/61fae0cd/attachment.diff 

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

* [Buildroot] [patch] mdnsresponder doesn't do parallel makes
  2007-08-14 20:35 [Buildroot] [patch] mdnsresponder doesn't do parallel makes Brad House
@ 2007-08-15  7:42 ` Ulf Samuelsson
  2007-08-15 11:44   ` Brad House
  0 siblings, 1 reply; 3+ messages in thread
From: Ulf Samuelsson @ 2007-08-15  7:42 UTC (permalink / raw)
  To: buildroot

tis 2007-08-14 klockan 16:35 -0400 skrev Brad House:
> Apparently mdnsresponder will fail to build with parallel makes.
> This patch just adds a -j1 to the $(MAKE) to force it to not
> build in parallel.
> 

Buildroot defines $(MAKE1) for this purpose, but
I will fix that, so no need to send a new patch.


> -Brad
> vanligt textdokument-bilaga (mdnsresponder-parallelmake.diff)
> Index: package/mdnsresponder/mdnsresponder.mk
> ===================================================================
> --- package/mdnsresponder/mdnsresponder.mk	(revision 19509)
> +++ package/mdnsresponder/mdnsresponder.mk	(working copy)
> @@ -26,7 +26,7 @@
>  	touch $(MDNSRESPONDER_DIR)/.configured
>  
>  $(MDNSRESPONDER_DIR)/.built: $(MDNSRESPONDER_DIR)/.configured
> -	$(MAKE) CC=$(TARGET_CC) os="linux" LD="$(TARGET_CC) -shared" LOCALBASE="/usr" -C $(MDNSRESPONDER_DIR)/mDNSPosix
> +	$(MAKE) -j1 CC=$(TARGET_CC) os="linux" LD="$(TARGET_CC) -shared" LOCALBASE="/usr" -C $(MDNSRESPONDER_DIR)/mDNSPosix
>  	touch $(MDNSRESPONDER_DIR)/.built
>  
>  $(STAGING_DIR)/usr/lib/libdns_sd.so: $(MDNSRESPONDER_DIR)/.built

BR
Ulf Samuelsson

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

* [Buildroot] [patch] mdnsresponder doesn't do parallel makes
  2007-08-15  7:42 ` Ulf Samuelsson
@ 2007-08-15 11:44   ` Brad House
  0 siblings, 0 replies; 3+ messages in thread
From: Brad House @ 2007-08-15 11:44 UTC (permalink / raw)
  To: buildroot

>> Apparently mdnsresponder will fail to build with parallel makes.
>> This patch just adds a -j1 to the $(MAKE) to force it to not
>> build in parallel.
>>
> 
> Buildroot defines $(MAKE1) for this purpose, but
> I will fix that, so no need to send a new patch.

Ah, I didn't realize that.  I just grepped through other
packages and saw some had -j1 flags for that purpose...

-Brad

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

end of thread, other threads:[~2007-08-15 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-14 20:35 [Buildroot] [patch] mdnsresponder doesn't do parallel makes Brad House
2007-08-15  7:42 ` Ulf Samuelsson
2007-08-15 11:44   ` Brad House

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox