Commit 11edb4db authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated file to 5.37

parent 613651a8
all:
tar xf file-5.33.tar.gz
cd file-5.33 && ./configure --build=$(CLFS_TARGET) --prefix=/usr
$(MAKE) -C file-5.33
tar xf file-5.37.tar.gz
cd file-5.37 && ./configure --build=$(CLFS_TARGET) --prefix=/usr
$(MAKE) -C file-5.37
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C file-5.33 check ; \
$(MAKE) -C file-5.37 check ; \
fi
$(MAKE) -C file-5.33 install
rm -rf file-5.33
$(MAKE) -C file-5.37 install
rm -rf file-5.37
<project name="file">
<target name="cross-file">
<property name="makedir" value="${builddir}/file-5.33"/>
<property name="makedir" value="${builddir}/file-5.37"/>
<exec executable="tar" failonerror="true">
<arg line="xf packages/file/file-5.33.tar.gz -C ${builddir}"/>
<arg line="xf packages/file/file-5.37.tar.gz -C ${builddir}"/>
</exec>
<exec executable="./configure" dir="${makedir}" failonerror="true">
<arg line="--prefix=${sysrootdir}/cross-tools --disable-static"/>
......@@ -16,9 +16,9 @@
</target>
<target name="temporary-file">
<property name="makedir" value="${builddir}/file-5.33"/>
<property name="makedir" value="${builddir}/file-5.37"/>
<exec executable="tar" failonerror="true">
<arg line="xf packages/file/file-5.33.tar.gz -C ${builddir}"/>
<arg line="xf packages/file/file-5.37.tar.gz -C ${builddir}"/>
</exec>
<exec executable="./configure" dir="${makedir}" failonerror="true">
<env key="PATH" path="${PATH}"/>
......
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