summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-08-02 18:53:13 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-08-11 16:54:56 (GMT)
commitca90832bd76582aa61a85b49429006d1021217f6 (patch)
treeb7885a2acf64e7a5ac832135be2068bfcb89b6e5 /index.html
parentc7218bfbc45d182e59ba3c3543cde6e591fbe92a (diff)
downloadmxe-ca90832bd76582aa61a85b49429006d1021217f6.zip
mxe-ca90832bd76582aa61a85b49429006d1021217f6.tar.gz
mxe-ca90832bd76582aa61a85b49429006d1021217f6.tar.bz2
Makefile: enable local $(PKG)_SOURCE_TREE
This is very handy for testing against a local repo, especially when upstream changes are happening quickly. See also #183
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
index ed6c963..184df6c 100644
--- a/index.html
+++ b/index.html
@@ -957,6 +957,18 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<a href="#issue-non-multilib">known issues</a>
</dd>
+ <dt>make foo_SOURCE_TREE=/path/to/local/source</dt>
+
+ <dd>
+ build using local source tree for package "foo", bypassing
+ download, checksum and patching
+ </dd>
+ <dd>
+ <strong>N.B.</strong> ensure "foo" has an out-of-source
+ build configured to avoid generation of build artefacts
+ in local tree
+ </dd>
+
<dt>make check-requirements</dt>
<dd>