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

Updated bison to 3.4.1

parent ca5c7e98
all:
tar xf bison-3.0.4.tar.xz
patch -Np1 -d bison-3.0.4 < bison-3.0.4-tests.patch
cd bison-3.0.4 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/bison-3.0.4
$(MAKE) -C bison-3.0.4
tar xf bison-3.4.1.tar.xz
cd bison-3.4.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/bison-3.4.1
$(MAKE) -C bison-3.4.1
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C bison-3.0.4 check ; \
$(MAKE) -C bison-3.4.1 check ; \
fi
$(MAKE) -C bison-3.0.4 install
rm -rf bison-3.0.4
$(MAKE) -C bison-3.4.1 install
rm -rf bison-3.4.1
temporary:
tar xf bison-3.0.4.tar.xz
cd bison-3.0.4 && ./configure --prefix=/tools
$(MAKE) -C bison-3.0.4
$(MAKE) -C bison-3.0.4 install
rm -rf bison-3.0.4
tar xf bison-3.4.1.tar.xz
cd bison-3.4.1 && ./configure --prefix=/tools
$(MAKE) -C bison-3.4.1
$(MAKE) -C bison-3.4.1 install
rm -rf bison-3.4.1
This diff is collapsed.
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