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