diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-01 11:14:14 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-01 12:07:13 (EDT) |
commit | be332a06258cdc320805365a9390508d4c603124 (patch) | |
tree | 79baf0e24bacaf60705ef6d292cac44d42536fd1 | |
parent | aaac3bf839cfd8027a8d01fb8af3323d4ea07dce (diff) |
INSTALL: Out-of-tree builds are broken for now.
Building opkhelper from outside the source tree is unsupported with the
non-recursive build system introduced in version 3.0.0-beta2.
I'm not sure yet how to support out-of-tree builds with non-recursive make and
inference rules. Inference rules may need to be abandoned, or the non-standard
VPATH may have to be used for out-of-tree builds.
-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 opkhelper from outside the source directory is currently unsupported. |