From 21746cffa07dedb2d7f8ccf2a3a6c762dd4fc2a3 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 23 Apr 2020 22:07:21 +0200 Subject: [PATCH] gcc-4.5.1: remove extra commands Remove post-install commands, which we don't need for this version to avoid + rm -v 'lib64/*-gdb.py' rm: cannot remove 'lib64/*-gdb.py': No such file or directory --- gcc-4.5.1-0.build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc-4.5.1-0.build.sh b/gcc-4.5.1-0.build.sh index 7cb8b4c..e04ba16 100755 --- a/gcc-4.5.1-0.build.sh +++ b/gcc-4.5.1-0.build.sh @@ -102,7 +102,4 @@ ln -sfv gcc bin/cc install -v -dm755 lib/bfd-plugins ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/$VERSION/liblto_plugin.so lib/bfd-plugins/ -# and dump these ... -rm -v lib64/*-gdb.py - exit