Skip to content

Commit 3c7e56a

Browse files
author
Charlie Somerville
committed
silence make and make install too
1 parent 710c885 commit 3c7e56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/cibuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ function Q {
1414
Q git clean -f -x
1515
Q autoconf
1616
Q ./configure --disable-install-doc --prefix=`pwd`/inst
17-
make -j $CORES
18-
make install
17+
Q make -j $CORES
18+
Q make install
1919
make TESTS="-j $CORES" test-all

0 commit comments

Comments
 (0)