Commit b77bda4c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded grep to 3.6

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