From cbef9744708c27ab7fdc873e2a8dc5c9381ea65c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 8 Jan 2019 01:26:30 +0100 Subject: xlint: don't encourage large diffs by moving less used long variables from the end of the template into the middle, seperating build configuration and dependencies that are closely related Closes: #115 [via git-merge-pr] --- xlint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlint') diff --git a/xlint b/xlint index 07acb32..d9b30d8 100755 --- a/xlint +++ b/xlint @@ -61,8 +61,8 @@ variables_order() { pycompile_module=*) curr_index=12;; python_versions=*) curr_index=12;; stackage=*) curr_index=12;; - conf_files=*) curr_index=13;; - make_dirs=*) curr_index=14;; + conf_files=*) continue;; + make_dirs=*) continue;; hostmakedepends=*) curr_index=15;; makedepends=*) curr_index=16;; depends=*) curr_index=17;; -- cgit 1.4.1