From 795af461707dd8130c4609ea4fe58c56ffca44d6 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 26 Jul 2017 11:57:37 -0400 Subject: Revert removal of .a and .o files in ac_build_iraf_pkg (in favour of cleaning them up earlier in a recipe's build.sh), because some of the build.sh scripts copy libs into the source tree from elsewhere before running that script. This reverts commits 21a0c50 and 55f6f47. --- scripts/ac_build_iraf_pkg | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg index 8440d16..0428078 100755 --- a/scripts/ac_build_iraf_pkg +++ b/scripts/ac_build_iraf_pkg @@ -97,9 +97,6 @@ if [ ! -e bin ]; then ln -s "bin.$IRAFARCH" bin fi -# Remove any old libs that might cause linking complications (& links to them): -find . \( -name "*.a" -o -name "*.o" \) -exec rm -f {} \; - # Enable compilation with debugging symbols (from the STScI IRAF "make_all"; # avoiding trailing space, which gcc fails on as a non-existent filename!): export XC_LFLAGS="-g${XC_LFLAGS:+ $XC_LFLAGS}" -- cgit