On Wed, 2010-08-18 at 21:37 +0900, Kusanagi Kouichi wrote:
So you're wanting to provide a non-existing O=foo ?
I don't think we should, simply bail when it doesn't exist, kernel
builds do the same:
# make O=plop-build bzImage
/bin/sh: line 0: cd: plop-build: No such file or directory
Makefile:117: *** output directory "plop-build" does not exist. Stop.
--