... | ... |
@@ -70,7 +70,9 @@ function fgfs () { |
70 | 70 |
|
71 | 71 |
cmake ${cmake_options[@]} $fgfs_source/$component > /dev/null \ |
72 | 72 |
&& make -j$simultaneous > /dev/null \ |
73 |
- && make install \ |
|
73 |
+ && { |
|
74 |
+ make install | grep --color=always -v '^-- Up-to-date:' |
|
75 |
+ } \ |
|
74 | 76 |
|| { |
75 | 77 |
echo "erreur construction $component" |
76 | 78 |
cd $FGDIR |