From 56cc8c00ddebce8c0ccb3cd907ff5a66e7be226b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 15 Jun 2013 16:45:06 -0400 Subject: INSTALL: Out-of-tree builds are broken for now. 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. --- diff --git a/INSTALL b/INSTALL index ed8ade8..a32a79d 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 opkbuild from outside the source directory is currently unsupported. -- cgit v0.9.1