On Mon, 31 Jan 2005 10:41:15 +1100, Jason But >
jbut-laptop# make Making in libs/ Making in libs/port/ Compiling ffs.c Compiling fstatvfs.c Compiling futimes.c Compiling getopt.c Compiling getopt1.c Compiling getpagesize.c
Abbreviated build output is nice. I personally like how the linux kernel build system uses the basic command names themselves for the abbreviation. For example, instead of "compiling", use "CC". That way it should generally be shorter in output than using the English word, and save even more diskspace. True, it may make it more cryptic again, but people who build their own wine should know what CC is for anyway.