Commit ca5c7e98 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
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
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C bison-3.0.4 check ; \
fi
$(MAKE) -C bison-3.0.4 install
rm -rf bison-3.0.4
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
This diff is collapsed.
bin
/usr/bin/.*
/usr/share/bison/.*\.m4
/usr/share/bison/.*\.c
/usr/share/bison/.*\.cc
/usr/share/bison/.*\.hh
/usr/share/bison/.*\.java
/usr/share/bison/xslt/.*
autoconf
/usr/share/aclocal/.*
locale
/usr/share/locale/.*
doc
/usr/share/bison/README
/usr/share/doc/.*
info
/usr/share/info/.*
man
/usr/share/man/.*
lib
/usr/lib/.*
temporary
/tools/.*
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