diff --git a/core/binutils/build b/core/binutils/build index c40a6459..b49eccc6 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -28,5 +28,3 @@ 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 4b12fbf5..6daf22f8 100755 --- a/core/bison/build +++ b/core/bison/build @@ -5,5 +5,3 @@ make make DESTDIR="$1" install - -rm -rf "$1/usr/share/info" diff --git a/core/flex/build b/core/flex/build index 0b723a4b..c0aa1260 100755 --- a/core/flex/build +++ b/core/flex/build @@ -9,5 +9,3 @@ make make DESTDIR="$1" install - -rm -rf "$1/usr/share/info" diff --git a/core/gcc/build b/core/gcc/build index f98199e2..5996c5d5 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -58,7 +58,6 @@ 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 f90c7a22..0fcd6b4b 100755 --- a/core/grub/build +++ b/core/grub/build @@ -51,5 +51,3 @@ 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 4b12fbf5..6daf22f8 100755 --- a/core/m4/build +++ b/core/m4/build @@ -5,5 +5,3 @@ make make DESTDIR="$1" install - -rm -rf "$1/usr/share/info" diff --git a/core/make/build b/core/make/build index 4b12fbf5..6daf22f8 100755 --- a/core/make/build +++ b/core/make/build @@ -5,5 +5,3 @@ make make DESTDIR="$1" install - -rm -rf "$1/usr/share/info" diff --git a/extra/libffi/build b/extra/libffi/build index 85d7d996..b2747a3d 100755 --- a/extra/libffi/build +++ b/extra/libffi/build @@ -7,8 +7,6 @@ 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.