From 2b212bccad0876fe931484459d31773f519101c2 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 16 Nov 2009 20:15:45 +0100 Subject: config/global: enable not using patches at all It can be needed to build a toolchain with no patch at all. --- scripts/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/functions b/scripts/functions index b9aa7e79..33a23a25 100644 --- a/scripts/functions +++ b/scripts/functions @@ -630,6 +630,7 @@ CT_Patch() { local) patch_dirs=("${local_patch_dir}");; bundled,local) patch_dirs=("${bundled_patch_dir}" "${local_patch_dir}");; local,bundled) patch_dirs=("${local_patch_dir}" "${bundled_patch_dir}");; + none) patch_dirs=;; esac for d in "${patch_dirs[@]}"; do -- cgit v1.2.3