mac: Make build_app_dmg more silent.
1.) Remove `set -x` 2.) Explicitly add '.dmg' extension to output, so pkg-dmg no longer warns about adding this implicitly 3.) Pass '--verbosity 0' to pkg-dmg to tell it to print only errors If build_app_dmg needs to be debugged, it's easy to undo 1 and 3. There's no need to have all this output on every single build. BUG=none TEST=`ninja all` has 38 lines less output. Review URL: http://codereview.chromium.org/10073020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132424 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment