mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 01:35:24 +01:00
Add flex 2.6.4.
This commit is contained in:
parent
e9c8313458
commit
fb522be854
10 changed files with 80 additions and 84 deletions
|
|
@ -1,13 +1,10 @@
|
|||
# When we rebuild flex it no longer needs patching
|
||||
# and can use simplified makefile
|
||||
src_prepare() {
|
||||
if test -d /lex; then
|
||||
default_src_prepare
|
||||
else
|
||||
cp ../../mk/main2.mk Makefile
|
||||
fi
|
||||
default_src_prepare
|
||||
|
||||
touch config.h
|
||||
rm parse.c parse.h scan.c
|
||||
rm parse.c parse.h scan.c skel.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue