diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-08-02 18:53:13 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2016-08-11 16:54:56 (GMT) |
commit | ca90832bd76582aa61a85b49429006d1021217f6 (patch) | |
tree | b7885a2acf64e7a5ac832135be2068bfcb89b6e5 /index.html | |
parent | c7218bfbc45d182e59ba3c3543cde6e591fbe92a (diff) | |
download | mxe-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.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |