# HG changeset patch # User Chris Cannam # Date 1478863853 0 # Node ID 9ce497a42932f9d59da99c555357e8a277fff14d # Parent 85933ca93ccc9c5c994d4f9503338c64f8230fcf Move listing of targets to end diff -r 85933ca93ccc -r 9ce497a42932 build-all.sh --- a/build-all.sh Fri Nov 11 11:13:42 2016 +0000 +++ b/build-all.sh Fri Nov 11 11:30:53 2016 +0000 @@ -16,9 +16,6 @@ fi done -echo "Compiled:" -ls -l */*.js - for x in *; do if [ -d "$x" ] && [ -f "$x/Makefile" ]; then echo @@ -29,3 +26,6 @@ echo echo "All done" +echo "Outputs:" +ls -l */*.js +