From 6b27fae945e5310a76cb7fa2a5ff0059cd436ac9 Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 30 Sep 2009 00:54:17 +0000 Subject: [PATCH] Sort the module list to give a useful indicator of compile progress git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11779 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/calcdep.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/calcdep.pl b/make/calcdep.pl index 8cc2632e3..e042c49d8 100755 --- a/make/calcdep.pl +++ b/make/calcdep.pl @@ -51,7 +51,7 @@ END } opendir my $moddir, 'modules'; - for my $file (readdir $moddir) { + for my $file (sort readdir $moddir) { next if $file =~ /^\./; if (-e "modules/extra/$file" && !-l "modules/$file") { # Incorrect symlink? -- 2.39.2