mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 22:35:23 +01:00
Some shellcheck fixes.
This commit is contained in:
parent
ef0030bbf3
commit
6c4b98a17a
37 changed files with 90 additions and 93 deletions
|
|
@ -72,7 +72,7 @@ src_prepare() {
|
|||
done
|
||||
|
||||
# Rebuild bison files
|
||||
touch */*.y
|
||||
touch -- */*.y
|
||||
rm ld/ldgram.c ld/ldgram.h
|
||||
rm gas/itbl-parse.c gas/itbl-parse.h
|
||||
rm gas/m68k-parse.c
|
||||
|
|
@ -83,13 +83,13 @@ src_prepare() {
|
|||
rm binutils/rcparse.c binutils/rcparse.h
|
||||
|
||||
# Rebuild flex generated files
|
||||
touch */*.l
|
||||
touch -- */*.l
|
||||
rm ld/ldlex.c
|
||||
rm gas/itbl-lex.c
|
||||
rm binutils/syslex.c binutils/rclex.c binutils/deflex.c binutils/arlex.c
|
||||
|
||||
# Remove prebuilt texinfo files
|
||||
rm */*.info* */*/*.info*
|
||||
rm -- */*.info* */*/*.info*
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue