* Andrey Chernov <ache_at_nagual.pp.ru> wrote: > I got this (see subj) warning on every file when building recent -current > kernel. Please fix. I think I caused these warnings. After jb_at_ imported DTrace, all files were compiled like this: cc ....; ${NORMAL_CTFCONVERT} This caused sh(1) to be spawned each time the compiler had to be invoked. I requested if it could be converted to this: cc .... ${NORMAL_CTFCONVERT} Unfortunately, this seems to cause the warnings generated by make(1). What should we do here? Silence the warning? Put .if defined(NORMAL_CTFCONVERT) around each statement? -- Ed Schouten <ed_at_80386.nl> WWW: http://80386.nl/
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:32 UTC