common/bin/compare-objects.sh

changeset 478
2ba6f4da4bf3
parent 459
3156dff953b1
child 1133
50aaf272884f
equal deleted inserted replaced
476:76844579fa4b 478:2ba6f4da4bf3
28 # 28 #
29 # Compares object files 29 # Compares object files
30 # 30 #
31 31
32 if [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ] || [ "x$1" == "x" ]; then 32 if [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ] || [ "x$1" == "x" ]; then
33 echo "bash ./common/bin/compare-build.sh old_jdk_build_dir new_jdk_build_dir" 33 echo "bash ./common/bin/compare-objects.sh old_jdk_build_dir new_jdk_build_dir <pattern>"
34 echo "" 34 echo ""
35 echo "Compare object files" 35 echo "Compare object files"
36 echo "" 36 echo ""
37 exit 10 37 exit 10
38 fi 38 fi

mercurial