mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +01:00
Rebuild false.c in coreutils 5.
This was spotted in #176. Note that coreutils 8.32 does not need to rebuild false.c as it implements it via compile-time #defines.
This commit is contained in:
parent
b2027df490
commit
119c96b9da
4 changed files with 20 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ src_prepare() {
|
|||
cp lib/search_.h lib/search.h
|
||||
touch config.h
|
||||
|
||||
# Rebuild pregenerated file
|
||||
rm -f src/false.c
|
||||
|
||||
# Bison pre-generated file
|
||||
rm lib/getdate.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue