Commit 47930b7a authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated grep to 3.3

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