summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commitbe332a06258cdc320805365a9390508d4c603124 (patch)
tree79baf0e24bacaf60705ef6d292cac44d42536fd1
parentaaac3bf839cfd8027a8d01fb8af3323d4ea07dce (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--INSTALL9
1 files changed, 1 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index ed8ade8..6f78957 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.