Re: Linux 2.6.16-rc1

From: Bryan O'Sullivan
Date: Wed Jan 18 2006 - 16:45:50 EST


On Wed, 2006-01-18 at 22:20 +0100, Sam Ravnborg wrote:

> Much better - thanks!
> I will push out a new path tomorrow.

Just to be sure, something like this will work well, and bring you down
to one program executed per test:

$(findstring /,$(shell gcc -print-file-name=libcurses.so))

You have to check for a "/" in the output, as -print-file-name will
print its input unmodified if it can't actually find the file you
specify.

<b

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/