Commit 72f5f9a0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded check to 0.15.2

parent cd9f1b0f
all:
tar xf check-0.15.0.tar.gz
cd check-0.15.0 && autoreconf --install
cd check-0.15.0 && ./configure --prefix=/usr
$(MAKE) -C check-0.15.0
$(MAKE) -C check-0.15.0 check
$(MAKE) -C check-0.15.0 install
rm -rf check-0.15.0
tar xf check-0.15.2.tar.gz
cd check-0.15.2 && autoreconf --install
cd check-0.15.2 && ./configure --prefix=/usr
$(MAKE) -C check-0.15.2
$(MAKE) -C check-0.15.2 check
$(MAKE) -C check-0.15.2 install
rm -rf check-0.15.2
<project name="check">
<target name="temporary-check">
<property name="makedir" value="${builddir}/check-0.15.0"/>
<property name="makedir" value="${builddir}/check-0.15.2"/>
<exec executable="tar" failonerror="true">
<arg line="xf packages/check/check-0.15.0.tar.gz -C ${builddir}"/>
<arg line="xf packages/check/check-0.15.2.tar.gz -C ${builddir}"/>
</exec>
<exec executable="autoreconf" dir="${makedir}" failonerror="true">
<arg line="--install"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment