From be332a06258cdc320805365a9390508d4c603124 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 01 Jun 2013 11:14:14 -0400 Subject: 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. --- 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. -- cgit v0.9.1