Commit 1d57e314 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded bison to 3.6.4

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