automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Modify Output to look like Linux Kernel


From: Johannes Bauer
Subject: Modify Output to look like Linux Kernel
Date: Thu, 05 Jul 2007 22:21:52 +0200
User-agent: Thunderbird 2.0.0.4 (X11/20070627)

Hello list,

how can I modify the output of an Automake project so that it does not
display the whole command line, but simply the short version like the
Linux Kernel does, e.g.:

  CC      init/version.o
  CC      init/do_mounts.o
  LD      init/mounts.o
  CC      init/initramfs.o
  CC      init/calibrate.o
  LD      init/built-in.o

Displaying the whole compile line is pretty useless in my opinion...

Greetings,
Johannes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]