13 Nov, 2012

1 commit

  • Since commit edc88ceb0 (ARM: be really quiet when building with 'make -s') the
    following output is generated when building a kernel for ARM:

    echo ' Kernel: arch/arm/boot/Image is ready'
    Kernel: arch/arm/boot/Image is ready
    Building modules, stage 2.
    echo ' Kernel: arch/arm/boot/zImage is ready'
    Kernel: arch/arm/boot/zImage is ready

    As per Documentation/kbuild/makefiles.txt the correct way of using kecho is
    '@$(kecho)'.

    Make this change so no more unwanted 'echo' messages are displayed.

    Signed-off-by: Fabio Estevam
    Signed-off-by: Arnd Bergmann

    Fabio Estevam
     

10 Oct, 2012

1 commit

  • Sometimes we want the kernel build process to only print messages
    on errors, e.g. in automated build testing. This uses the "kecho"
    macro that the build system provides to hide a few informational
    messages. Nothing changes for a regular "make" or "make V=1".

    Without this patch, building any ARM kernel results in:

    Kernel: arch/arm/boot/Image is ready
    Kernel: arch/arm/boot/zImage is ready

    Signed-off-by: Arnd Bergmann
    Acked-by: Nicolas Pitre
    Cc: Russell King
    Cc: Catalin Marinas
    Cc: Michal Marek

    Arnd Bergmann
     

12 Dec, 2009

1 commit


07 Aug, 2008

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds