No. The aim is for a user to look at the makefile in a directory and
know everything that is created in that directory. If you allow
creation of a file in one directory but storing it in another then you
have to search all makefiles to find out what is created in any
directory. Horrible!
I was very careful to code the select() and objlink() and related
commands so they can only create files in the current directory, to
enforce a clean design. You can read a file from another directory but
you cannot write a file to another directory.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/