| commit | bd781592ba291e66d18238dcbfba8b71403dea32 | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt <srostedt@redhat.com> | Fri Mar 19 08:56:32 2010 -0400 |
| committer | Steven Rostedt <rostedt@goodmis.org> | Fri Mar 19 08:56:32 2010 -0400 |
| tree | e3c405906ee10c9554d1af2b6ef8bf87bf6cddd3 | |
| parent | b702e3a0e2bb5da25286e1f9b14d373ff645194a [diff] |
build: Add support for building out of tree with O=/object/output/dir Some people prefer to have the build output be done out of tree. This follows the Linux method of building the objects in another path. make O=~/mypath Will build the objects and the executables into the ~/mypath directory. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>