[kbuild-devel] Re: [upatch] tweak for !KBUILD_VERBOSE output

2002-11-03 Thread Peter Samuelson
[Sam Ravnborg] > Nice. Thanks. > > Does not support CPP or CC -S ... do those even work? > Could you please elaborate - what do you impose by CPP and CC -s? > Maybe it just too late in my timezone... I'm talking about the built-in rules for .c->.i (preprocessing), .S->.s (preprocessing), and .c

[kbuild-devel] Re: [upatch] tweak for !KBUILD_VERBOSE output

2002-11-03 Thread Peter Samuelson
[I wrote] > +quiet_modtag = $(if $(findstring $@,$(obj-m)),[M],$(if $(findstring >$@,$(real-objs-m)),(M), )) Actually s/findstring/filter/g is a bit cleaner. Peter --- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Veg