From bb8159f103b7791b57590d6a732e1e6e9890e361 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 15 Jun 2012 22:11:30 +0000 Subject: [PATCH] Hide the output for the documentation phase --- src/deforaos-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deforaos-update.sh b/src/deforaos-update.sh index 2988b78..bea96a4 100755 --- a/src/deforaos-update.sh +++ b/src/deforaos-update.sh @@ -56,7 +56,7 @@ deforaos_update() echo "Documenting CVS module $MODULE:" $FIND "$SRC/System" "$SRC/Apps" -name "doc" | while read path; do [ -x "$path/gtkdoc.sh" ] || continue - (cd "$path" && $MAKE install DESTDIR="$DESTDIR" PREFIX="/") 2> "$DEVNULL" + (cd "$path" && $MAKE install DESTDIR="$DESTDIR" PREFIX="/" > "$DEVNULL" 2> "$DEVNULL") done #make archive