Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/make



In article <20160510000231.62CF7F95B%cvs.NetBSD.org@localhost>,
Simon J. Gerraty <source-changes-d%NetBSD.org@localhost> wrote:
>-		    if (*p == '/' &&
>-			Lst_ForEach(metaIgnorePaths, prefix_match, p)) {
>+		    if (*p == '/') {
>+			realpath(p, fname1); /* clean it up */

Check realpath?

christos



Home | Main Index | Thread Index | Old Index