docs: Remove unnecessary stderr redirects from build articles.

Related commands should always be successful when run on the intended systems.
This commit is contained in:
Bradley Sepos 2016-11-18 00:10:30 -05:00
parent e28efb3b46
commit 114865c5dd
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ Clone the HandBrake repository.
Build HandBrake. To build the command line interface only, disable the graphical interface by appending `--disable-gtk`.
./configure --launch-jobs=$(nproc 2>/dev/null) --launch
./configure --launch-jobs=$(nproc) --launch
When complete, you will find `HandBrakeCLI` in the `build` directory. If the graphical interface is enabled, you will also find `ghb` in the `build/gtk/src` directory.

View File

@ -46,7 +46,7 @@ This process will take a few minutes. If necessary, the script will provide you
Build HandBrake.
./configure --launch-jobs=$(sysctl -n hw.ncpu 2>/dev/null) --launch
./configure --launch-jobs=$(sysctl -n hw.ncpu) --launch
When complete, you will find `HandBrake.app` and `HandBrakeCLI` in the `build/xroot` directory.

View File

@ -53,7 +53,7 @@ This process will take a few minutes, then provide you with instructions for add
Build HandBrake.
./configure --cross=x86_64-w64-mingw32 --enable-x265 --enable-qsv --launch-jobs=$(nproc 2>/dev/null) --launch
./configure --cross=x86_64-w64-mingw32 --enable-x265 --enable-qsv --launch-jobs=$(nproc) --launch
When complete, you will find `HandBrakeCLI.exe` in the `build` directory and `hb.dll` in `build/libhb`.