From 5b896ed70bbf18e633bbeca442c90610e3d66a22 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 7 Jan 2019 13:47:27 -0800 Subject: allow setting directory locations in a native file This allows the person running configure (either a developer, user, or distro maintainer) to keep a configuration of where various kinds of files should end up. --- docs/markdown/snippets/native-file-paths.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/native-file-paths.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/native-file-paths.md b/docs/markdown/snippets/native-file-paths.md new file mode 100644 index 0000000..6979241 --- /dev/null +++ b/docs/markdown/snippets/native-file-paths.md @@ -0,0 +1,4 @@ +## Native File Paths and Directories + +A new `[paths]` section has been added to the native file. This can be used to +set paths such a prefix and libdir in a persistent way. -- cgit v1.1 From b5d847e38c90292af351ff4aa99cef0300886660 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 6 Feb 2019 13:53:40 -0800 Subject: allow paths to be set in the cross file Just like the previous patch, but for cross files Fixes #1433 --- docs/markdown/snippets/native-file-paths.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/native-file-paths.md b/docs/markdown/snippets/native-file-paths.md index 6979241..b091c40 100644 --- a/docs/markdown/snippets/native-file-paths.md +++ b/docs/markdown/snippets/native-file-paths.md @@ -1,4 +1,4 @@ -## Native File Paths and Directories +## Native and Cross File Paths and Directories -A new `[paths]` section has been added to the native file. This can be used to -set paths such a prefix and libdir in a persistent way. +A new `[paths]` section has been added to native and cross files. This +can be used to set paths such a prefix and libdir in a persistent way. -- cgit v1.1