public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] U-BOOT quiet build
@ 2009-08-27  7:48 Michal Simek
  2009-08-27  8:09 ` Mike Frysinger
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Simek @ 2009-08-27  7:48 UTC (permalink / raw)
  To: u-boot

Hi All,

how to do quiet U-BOOT build?

Mike: I think I saw in past any command which do it. Am I right?

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

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

* [U-Boot] U-BOOT quiet build
  2009-08-27  7:48 [U-Boot] U-BOOT quiet build Michal Simek
@ 2009-08-27  8:09 ` Mike Frysinger
  2009-08-27  8:45   ` Wolfgang Denk
  2009-08-27 10:16   ` Michal Simek
  0 siblings, 2 replies; 8+ messages in thread
From: Mike Frysinger @ 2009-08-27  8:09 UTC (permalink / raw)
  To: u-boot

On Thursday 27 August 2009 03:48:52 Michal Simek wrote:
> how to do quiet U-BOOT build?

you mean quiet build like you see with Linux/busybox/uClibc/etc..., u-boot 
doesnt support it.  Wolfgang rejected the idea.

there is silent build like anything else ... use make's -s flag
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090827/accc4b2a/attachment.pgp 

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

* [U-Boot] U-BOOT quiet build
  2009-08-27  8:09 ` Mike Frysinger
@ 2009-08-27  8:45   ` Wolfgang Denk
  2009-08-27  9:05     ` Mike Frysinger
  2009-08-27 10:16   ` Michal Simek
  1 sibling, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2009-08-27  8:45 UTC (permalink / raw)
  To: u-boot

Dear Mike Frysinger,

In message <200908270409.16115.vapier@gentoo.org> you wrote:
>
> you mean quiet build like you see with Linux/busybox/uClibc/etc..., u-boot
> doesnt support it.  Wolfgang rejected the idea.

That's not correct. I did not reject the _idea_.

I just rejected the implementation. I think it is fundamentally wrong
and broken to implement this feature which seems to be high valued in
many projects again and again and again in each and every project's
Makefile code.

Instead, it should be implemented once where it actually belongs: in
the make tool itself, so that _all_ projects can benefit from it
without adding complexity and increased build times to their
Makefiles.

But like in so many cases people rather copy & paste code around
without actually thinking.

> there is silent build like anything else ... use make's -s flag

...or run "./MAKEALL <name>" which has the added benefit of keeping
full log files in the LOG/ directory in case anything should go
wrong.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Probably the best operating system in the world  is  the  [operating
system] made for the PDP-11 by Bell Laboratories."
                                           - Ted Nelson, October 1977

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

* [U-Boot] U-BOOT quiet build
  2009-08-27  8:45   ` Wolfgang Denk
@ 2009-08-27  9:05     ` Mike Frysinger
  2009-08-27 10:09       ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: Mike Frysinger @ 2009-08-27  9:05 UTC (permalink / raw)
  To: u-boot

On Thursday 27 August 2009 04:45:01 Wolfgang Denk wrote:
> Mike Frysinger wrote:
> > you mean quiet build like you see with Linux/busybox/uClibc/etc...,
> > u-boot doesnt support it.  Wolfgang rejected the idea.
>
> That's not correct. I did not reject the _idea_.
>
> I just rejected the implementation. I think it is fundamentally wrong
> and broken to implement this feature which seems to be high valued in
> many projects again and again and again in each and every project's
> Makefile code.
>
> Instead, it should be implemented once where it actually belongs: in
> the make tool itself, so that _all_ projects can benefit from it
> without adding complexity and increased build times to their
> Makefiles.

in reality, these equate to the same thing.  the make tool isnt going to 
implement this stuff since it's pretty much impossible to cover all cases.

automake has already integrated support so all automake-based packages get 
support for free.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090827/b4b903f3/attachment.pgp 

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

* [U-Boot] U-BOOT quiet build
  2009-08-27  9:05     ` Mike Frysinger
@ 2009-08-27 10:09       ` Wolfgang Denk
  2009-08-27 10:43         ` Mike Frysinger
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2009-08-27 10:09 UTC (permalink / raw)
  To: u-boot

Dear Mike Frysinger,

In message <200908270505.16659.vapier@gentoo.org> you wrote:
>
> > Instead, it should be implemented once where it actually belongs: in
> > the make tool itself, so that _all_ projects can benefit from it
> > without adding complexity and increased build times to their
> > Makefiles.
> 
> in reality, these equate to the same thing.  the make tool isnt going to 
> implement this stuff since it's pretty much impossible to cover all cases.

Really? Has such a proposal been submitted and turned down?

> automake has already integrated support so all automake-based packages get
> support for free.

I don't consider this a recommendation for automake or the makers of
automake. YMMV, of course.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"The POP3 server service depends on the SMTP  server  service,  which
failed to start because of the following error: The operation comple-
ted successfully."                         -- Windows NT Server v3.51

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

* [U-Boot] U-BOOT quiet build
  2009-08-27  8:09 ` Mike Frysinger
  2009-08-27  8:45   ` Wolfgang Denk
@ 2009-08-27 10:16   ` Michal Simek
  1 sibling, 0 replies; 8+ messages in thread
From: Michal Simek @ 2009-08-27 10:16 UTC (permalink / raw)
  To: u-boot



Mike Frysinger wrote:
> On Thursday 27 August 2009 03:48:52 Michal Simek wrote:
>> how to do quiet U-BOOT build?
> 
> you mean quiet build like you see with Linux/busybox/uClibc/etc..., u-boot 
> doesnt support it.  Wolfgang rejected the idea.

yep, I meant quiet mode like is in linux kernel and full mode with V=1.

Michal


> 
> there is silent build like anything else ... use make's -s flag
> -mike
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

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

* [U-Boot] U-BOOT quiet build
  2009-08-27 10:09       ` Wolfgang Denk
@ 2009-08-27 10:43         ` Mike Frysinger
  2009-08-27 12:32           ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: Mike Frysinger @ 2009-08-27 10:43 UTC (permalink / raw)
  To: u-boot

On Thursday 27 August 2009 06:09:03 Wolfgang Denk wrote:
> Mike Frysinger wrote:
> > > Instead, it should be implemented once where it actually belongs: in
> > > the make tool itself, so that _all_ projects can benefit from it
> > > without adding complexity and increased build times to their
> > > Makefiles.
> >
> > in reality, these equate to the same thing.  the make tool isnt going to
> > implement this stuff since it's pretty much impossible to cover all
> > cases.
>
> Really? Has such a proposal been submitted and turned down?

no idea, but i dont believe it is technically possible, thus it's a dead end 
i'm not going to waste time on
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090827/8b1b77e5/attachment.pgp 

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

* [U-Boot] U-BOOT quiet build
  2009-08-27 10:43         ` Mike Frysinger
@ 2009-08-27 12:32           ` Wolfgang Denk
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2009-08-27 12:32 UTC (permalink / raw)
  To: u-boot

Dear Mike Frysinger,

In message <200908270643.12310.vapier@gentoo.org> you wrote:
> 
> > Really? Has such a proposal been submitted and turned down?
> 
> no idea, but i dont believe it is technically possible, thus it's a dead end 
> i'm not going to waste time on

Where exactly do you exect technical problems?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
As in certain cults it is possible to kill a process if you know  its
true name.                      -- Ken Thompson and Dennis M. Ritchie

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

end of thread, other threads:[~2009-08-27 12:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27  7:48 [U-Boot] U-BOOT quiet build Michal Simek
2009-08-27  8:09 ` Mike Frysinger
2009-08-27  8:45   ` Wolfgang Denk
2009-08-27  9:05     ` Mike Frysinger
2009-08-27 10:09       ` Wolfgang Denk
2009-08-27 10:43         ` Mike Frysinger
2009-08-27 12:32           ` Wolfgang Denk
2009-08-27 10:16   ` Michal Simek

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