Commit 605536cb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded bison to 3.7.6

parent 1d57e314
all:
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.6.4 check ; \
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
tar xf bison-3.7.6.tar.xz
cd bison-3.7.6 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/bison-3.7.6
$(MAKE) -C bison-3.7.6
-if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C bison-3.7.6 check ; \
fi
$(MAKE) -C bison-3.6.4 install
rm -rf bison-3.6.4
$(MAKE) -C bison-3.7.6 install
rm -rf bison-3.7.6
swapoff swap
rm -rf swap
temporary:
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
tar xf bison-3.7.6.tar.xz
cd bison-3.7.6 && ./configure --prefix=/tools
$(MAKE) -C bison-3.7.6
$(MAKE) -C bison-3.7.6 install
rm -rf bison-3.7.6
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