diff --git a/core/binutils/build b/core/binutils/build index b49eccc6..c40a6459 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -28,3 +28,5 @@ export PATH=$PATH:$PWD make configure-host make tooldir=/usr make prefix="$1/usr" tooldir="$1/usr" install + +rm -rf "$1/usr/share/info" diff --git a/core/bison/build b/core/bison/build index 6daf22f8..4b12fbf5 100755 --- a/core/bison/build +++ b/core/bison/build @@ -5,3 +5,5 @@ make make DESTDIR="$1" install + +rm -rf "$1/usr/share/info" diff --git a/core/flex/build b/core/flex/build index c0aa1260..0b723a4b 100755 --- a/core/flex/build +++ b/core/flex/build @@ -9,3 +9,5 @@ make make DESTDIR="$1" install + +rm -rf "$1/usr/share/info" diff --git a/core/gcc/build b/core/gcc/build index 5996c5d5..f98199e2 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -58,6 +58,7 @@ make DESTDIR="$1" install find "$1" -name libgtkpeer.a -exec rm -f {} + find "$1" -name libgjsmalsa.a -exec rm -f {} + find "$1" -name libgij.a -exec rm -f {} + +rm -rf "$1/usr/share/info" # Some legacy programs will expect cc ln -s gcc "$1/usr/bin/cc" diff --git a/core/grub/build b/core/grub/build index 0fcd6b4b..f90c7a22 100755 --- a/core/grub/build +++ b/core/grub/build @@ -51,3 +51,5 @@ install -Dm0644 grub.default "$1/etc/default/grub" rm -f grub/*/gdb_grub rm -f grub/*/gmodule.pl ) + +rm -rf "$1/usr/share/info" diff --git a/core/m4/build b/core/m4/build index 6daf22f8..4b12fbf5 100755 --- a/core/m4/build +++ b/core/m4/build @@ -5,3 +5,5 @@ make make DESTDIR="$1" install + +rm -rf "$1/usr/share/info" diff --git a/core/make/build b/core/make/build index 6daf22f8..4b12fbf5 100755 --- a/core/make/build +++ b/core/make/build @@ -5,3 +5,5 @@ make make DESTDIR="$1" install + +rm -rf "$1/usr/share/info" diff --git a/extra/libffi/build b/extra/libffi/build index b2747a3d..85d7d996 100755 --- a/extra/libffi/build +++ b/extra/libffi/build @@ -7,6 +7,8 @@ make make DESTDIR="$1" install +rm -rf "$1/usr/share/info" + # Maintain compatibility and avoid the need # for rebuilds of all packages linking to # libffi.