Commit 0ac22faf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated grep to 3.7

parent b77bda4c
all:
tar xf grep-3.6.tar.xz
cd grep-3.6 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --bindir=/bin
$(MAKE) -C grep-3.6
tar xf grep-3.7.tar.xz
cd grep-3.7 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --bindir=/bin
$(MAKE) -C grep-3.7
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C grep-3.6 check ; \
$(MAKE) -C grep-3.7 check ; \
fi
$(MAKE) -C grep-3.6 install
rm -rf grep-3.6
$(MAKE) -C grep-3.7 install
rm -rf grep-3.7
<project name="grip">
<target name="temporary-grep">
<property name="makedir" value="${builddir}/grep-3.6"/>
<property name="makedir" value="${builddir}/grep-3.7"/>
<exec executable="tar" failonerror="true">
<arg line="xf packages/grep/grep-3.6.tar.xz -C ${builddir}"/>
<arg line="xf packages/grep/grep-3.7.tar.xz -C ${builddir}"/>
</exec>
<exec executable="./configure" dir="${makedir}" failonerror="true">
<env key="PATH" path="${PATH}"/>
......
File added
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