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

Updated bison to 3.4.1

parent ca5c7e98
all: all:
tar xf bison-3.0.4.tar.xz tar xf bison-3.4.1.tar.xz
patch -Np1 -d bison-3.0.4 < bison-3.0.4-tests.patch cd bison-3.4.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/bison-3.4.1
cd bison-3.0.4 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/bison-3.0.4 $(MAKE) -C bison-3.4.1
$(MAKE) -C bison-3.0.4
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C bison-3.0.4 check ; \ $(MAKE) -C bison-3.4.1 check ; \
fi fi
$(MAKE) -C bison-3.0.4 install $(MAKE) -C bison-3.4.1 install
rm -rf bison-3.0.4 rm -rf bison-3.4.1
temporary: temporary:
tar xf bison-3.0.4.tar.xz tar xf bison-3.4.1.tar.xz
cd bison-3.0.4 && ./configure --prefix=/tools cd bison-3.4.1 && ./configure --prefix=/tools
$(MAKE) -C bison-3.0.4 $(MAKE) -C bison-3.4.1
$(MAKE) -C bison-3.0.4 install $(MAKE) -C bison-3.4.1 install
rm -rf bison-3.0.4 rm -rf bison-3.4.1
This source diff could not be displayed because it is too large. You can view the blob instead.
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