about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
authorDuncaen <mail@duncano.de>2019-01-08 01:26:30 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-01-11 15:17:16 +0100
commitcbef9744708c27ab7fdc873e2a8dc5c9381ea65c (patch)
treec6265a7e8fc7d5e074cebdbf3fea4cfe6326d0b9 /xlint
parente5bf448796003727b9d41a7def8e95e3c76f2951 (diff)
downloadxtools-cbef9744708c27ab7fdc873e2a8dc5c9381ea65c.tar.gz
xtools-cbef9744708c27ab7fdc873e2a8dc5c9381ea65c.tar.xz
xtools-cbef9744708c27ab7fdc873e2a8dc5c9381ea65c.zip
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]
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint4
1 files changed, 2 insertions, 2 deletions
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;;