diff options
author | Martin Schröder <martin@oneiros.de> | 2008-02-18 09:05:54 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2008-02-18 09:05:54 +0000 |
commit | a80e11faf487b9895707a593d2d4414e5241eff8 (patch) | |
tree | f4b61f03be6a8e994adec8451f800ac842d78426 /Build | |
parent | 2c6187f6917c433af2e3215b0d289a6e30fcf43a (diff) |
show the number of binaries build
git-svn-id: svn://tug.org/texlive/trunk@6672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/Build | 3 |
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 |