mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 15:25:23 +01:00
Rebuild bash parser.
This commit is contained in:
parent
2750c82058
commit
596af33507
3 changed files with 9 additions and 4 deletions
|
|
@ -17,6 +17,7 @@ cp ../../mk/common.mk common.mk
|
|||
touch config.h
|
||||
touch include/version.h
|
||||
touch include/pipesize.h
|
||||
rm y.tab.c y.tab.h
|
||||
|
||||
# Patch
|
||||
patch -Np0 -i ../../patches/mes-libc.patch
|
||||
|
|
|
|||
|
|
@ -78,6 +78,9 @@ mksignames: $(MKSIGNAMES_OBJS)
|
|||
signames.h: mksignames
|
||||
./mksignames $@
|
||||
|
||||
y.tab.c: parse.y
|
||||
yacc -d $^
|
||||
|
||||
trap.c: signames.h
|
||||
|
||||
bash: libsh.a libglob.a libtilde.a $(OBJS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue