Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] busybox.mk
@ 2009-05-26 18:44 H Hartley Sweeten
  2009-05-26 20:51 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: H Hartley Sweeten @ 2009-05-26 18:44 UTC (permalink / raw)
  To: buildroot

Hello all,

Commit a7ed91a957000fc16fd85720c70fb2e4561e1433 modified
busybox.mk as follows:

diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index fcec41a..4f1d038 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -92,7 +92,7 @@ endif


 $(BUSYBOX_DIR)/busybox: $(BUSYBOX_DIR)/.config
-       $(MAKE) CC=$(TARGET_CC) CROSS_COMPILE="$(TARGET_CROSS)" \
+q      $(MAKE) CC=$(TARGET_CC) CROSS_COMPILE="$(TARGET_CROSS)" \
                CROSS="$(TARGET_CROSS)" PREFIX="$(TARGET_DIR)" \
                ARCH=$(KERNEL_ARCH) \
                EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(BUSYBOX_DIR)

Is the 'q' a typo?  If not what does it do?

Thanks,
Hartley

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

* [Buildroot] busybox.mk
  2009-05-26 18:44 [Buildroot] busybox.mk H Hartley Sweeten
@ 2009-05-26 20:51 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2009-05-26 20:51 UTC (permalink / raw)
  To: buildroot

>>>>> "H" == H Hartley Sweeten <hartleys@visionengravers.com> writes:

 H> Hello all,
 H> Commit a7ed91a957000fc16fd85720c70fb2e4561e1433 modified
 H> busybox.mk as follows:

 H> -       $(MAKE) CC=$(TARGET_CC) CROSS_COMPILE="$(TARGET_CROSS)" \
 H> +q      $(MAKE) CC=$(TARGET_CC) CROSS_COMPILE="$(TARGET_CROSS)" \
 H>                 CROSS="$(TARGET_CROSS)" PREFIX="$(TARGET_DIR)" \
 H>                 ARCH=$(KERNEL_ARCH) \
 H>                 EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(BUSYBOX_DIR)

 H> Is the 'q' a typo?  If not what does it do?

Argh, a typo ofcourse - fixed.

Thanks for letting me know - Strangely it still works here with that
'q'.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2009-05-26 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-26 18:44 [Buildroot] busybox.mk H Hartley Sweeten
2009-05-26 20:51 ` Peter Korsgaard

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