Commit dd26d1bd authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf flex-2.6.4.tar.gz
cd flex-2.6.4 && sed -i "/math.h/a #include <malloc.h>" src/flexdef.h
cd flex-2.6.4 && HELP2MAN=/tools/bin/true ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/flex-2.6.4
$(MAKE) -C flex-2.6.4
$(MAKE) -C flex-2.6.4 install
ln -sv flex /usr/bin/lex
tests:
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C flex-2.6.4 check ; \
fi
rm -rf flex-2.6.4
bin
/usr/bin/.*
headers
/usr/include/.*
locale
/usr/share/locale/.*
doc
/usr/share/doc/.*
info
/usr/share/info/.*
man
/usr/share/man/.*
lib
/usr/lib/.*
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