From patchwork Thu Oct 11 04:53:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [03, of, 13] config/paths: add a generic custom location infrastructure Date: Wed, 10 Oct 2012 18:53:12 -0000 From: David Holsgrove X-Patchwork-Id: 190785 Message-Id: <0bbaba9190a76ba97f72.1349931192@localhost.localdomain> To: yann.morin.1998@free.fr Cc: crossgcc@sourceware.org # HG changeset patch # User David Holsgrove # Date 1349930361 -36000 # Node ID 0bbaba9190a76ba97f723e9f90b708f7cf040b03 # Parent 131c163c69f9cc81d2beabaa998dca9c9386df38 config/paths: add a generic custom location infrastructure Add CUSTOM_LOCATION_ROOT_DIR config option as a root directory for local copies of source components sourced when version is CUSTOM Signed-off-by: "David Holsgrove" --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r 131c163c69f9 -r 0bbaba9190a7 config/global/paths.in --- a/config/global/paths.in Thu Oct 04 13:26:14 2012 +1000 +++ b/config/global/paths.in Thu Oct 11 14:39:21 2012 +1000 @@ -60,6 +60,15 @@ # The reason you might also want to install elsewhere is if you are going # to package your shinny new toolchain for distribution. + +config CUSTOM_LOCATION_ROOT_DIR + string + depends on EXPERIMENTAL + prompt "Directory containing custom source components" + help + This is the path CT-NG will attempt to use as a root for locating + local copies of source components (CUSTOM_LOCATION_ROOT_DIR/component) + config RM_RF_PREFIX_DIR bool prompt "| Remove the prefix dir prior to building"