Move coreutils 6.10 to VCS + Gnulib

Some files were a bit suspicious throughout lib/; this is safer in terms
of pregenerated files.
This commit is contained in:
fosslinux 2025-02-05 19:05:02 +11:00
parent dfb3ae04e2
commit 9ef28c47a8
3 changed files with 210 additions and 6 deletions

View file

@ -4,13 +4,12 @@
src_prepare() {
default
. ../../import-gnulib.sh
mv lib/fnmatch.in.h lib/fnmatch.h
# gperf pregenerated files
rm lib/iconv_open-hpux.h lib/iconv_open-aix.h lib/iconv_open-irix.h lib/iconv_open-osf.h
# Rebuild bison pre-generated file
rm lib/getdate.c
cd lib
bison --update getdate.y
bison getdate.y
@ -20,4 +19,3 @@ src_prepare() {
touch config.h
touch lib/configmake.h
}