./configure "darwin64-$MACOSX_ARCHITECTURE-cc" $options
fi
- make depend
- make
+ make -s depend
+ make -s
else
pushd "${openssl_dir}"
fi
pushd "${krb5_dir}"
./configure "${make_configure_standard_flags[@]}"
- make
+ make -s
else
pushd "${krb5_dir}"
fi
autoreconf -i
./configure "${make_configure_standard_flags[@]}" --disable-macos-framework
- make
+ make -s
else
pushd "${sasl_dir}"
fi
./configure "${make_configure_standard_flags[@]}" --enable-backends=no --enable-null
- make depend
- make -C libraries/liblutil/
- make -C libraries/liblber/
- make -C libraries/libldap/
+ make -s depend
+ make -s -C libraries/liblutil/
+ make -s -C libraries/liblber/
+ make -s -C libraries/libldap/
else
pushd "${ldap_dir}"
fi
./configure "${make_configure_standard_flags[@]}" --sysconfdir=/etc/postgresql-common \
--with-gssapi --with-openssl --with-pam --with-ldap \
--without-readline --without-icu
- make -C src/interfaces/libpq
- make -C src/bin/pg_config
- make -C src/include
+ make -s -C src/interfaces/libpq
+ make -s -C src/bin/pg_config
+ make -s -C src/include
else
pushd "${postgres_dir}"
fi