Commit 5a1df12c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded grep to 3.4

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