... | ... |
@@ -48,8 +48,8 @@ function fgfs () { |
48 | 48 |
|
49 | 49 |
echo cmake ${cmake_options[@]} $fgfs_source/$component |
50 | 50 |
|
51 |
- cmake ${cmake_options[@]} $fgfs_source/$component \ |
|
52 |
- && make -j$simultaneous \ |
|
51 |
+ cmake ${cmake_options[@]} $fgfs_source/$component > /dev/null \ |
|
52 |
+ && make -j$simultaneous > /dev/null \ |
|
53 | 53 |
&& make install \ |
54 | 54 |
|| { |
55 | 55 |
echo "erreur construction $component" |