summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/Build3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 7fdb61a724a..455c246635c 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -65,3 +65,6 @@ export GNUMAKE
$TL_CONFIGURE_ARGS \
"$@" 2>&1|tee configure.log\
&& time $TL_MAKE $TL_TARGET 2>&1|tee make.log)
+
+# we are interested in the number of binaries build
+ls inst/bin/*/|wc