2.15.92.0.2-3

This commit is contained in:
Jakub Jelinek 2004-10-11 20:46:55 +00:00
parent af5b182e94
commit b9eefa4193

View File

@ -79,8 +79,9 @@ CFLAGS="${CFLAGS:-%optflags}" ../configure \
--infodir=%{_infodir} --enable-shared $CARGS --infodir=%{_infodir} --enable-shared $CARGS
make %{_smp_mflags} tooldir=%{_prefix} all make %{_smp_mflags} tooldir=%{_prefix} all
make %{_smp_mflags} tooldir=%{_prefix} info make %{_smp_mflags} tooldir=%{_prefix} info
make -k check < /dev/null > check.log 2>&1 || :
echo ====================TESTING========================= echo ====================TESTING=========================
make -k check < /dev/null || : cat check.log
echo ====================TESTING END===================== echo ====================TESTING END=====================
cd .. cd ..