Re: [PATCH] Display CHECK files like CC files

2019-01-04 Thread Masahiro Yamada
Hi Matthew, On Thu, Jan 3, 2019 at 12:41 AM Matthew Wilcox wrote: > > When building with O= and C=1, this output looks weird: > > CC fs/file_table.o > CHECK ../fs/file_table.c > CC fs/open.o > CHECK ../fs/open.c > CC fs/super.o > CHECK ../fs/super.c > CC fs

[PATCH] Display CHECK files like CC files

2019-01-02 Thread Matthew Wilcox
When building with O= and C=1, this output looks weird: CC fs/file_table.o CHECK ../fs/file_table.c CC fs/open.o CHECK ../fs/open.c CC fs/super.o CHECK ../fs/super.c CC fs/read_write.o CHECK ../fs/read_write.c Use $@ like CC instead of $< to produce the