diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-15 16:45:06 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-15 16:45:06 (EDT) |
commit | 56cc8c00ddebce8c0ccb3cd907ff5a66e7be226b (patch) | |
tree | 01924a3db679391b6d0494fa869de890028f2eea | |
parent | 39e2c5e9ea3043662069376b4153233055061d69 (diff) |
INSTALL: Out-of-tree builds are broken for now.feature/build-system-improvements
Building opkbuild from outside the source tree is unsupported with the new
non-recursive build system. The issue is the use of inference rules to fix
dependencies.
Out-of-tree builds will probably be supported in certain make implementations
using the non-standard VPATH macro.
-rw-r--r-- | INSTALL | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -40,11 +40,4 @@ running `make DESTDIR=dest install`. Separate Build Directory ======================== -You can call the `configure` script from any directory on your system, and it -will detect the location of the package source directory. It is recommended -that you create a directory outside of the package source directory and build -and install the package from there as follows: - - $ ../path/to/package/configure - $ make - # make install +Building opkbuild from outside the source directory is currently unsupported. |