Re: bsd make and .IMPSRC - incomplete documentation?
"Masao Uebayashi" <[email protected]> Sun, 20 Jan 2008 23:15:13 +0900
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
> .IMPSRC is expanded to the empty string. What's wrong?
As far as I understand by experience (!), ${.IMPSRC} works only when
suffix rule is applied. Bad make manual!
Masao