This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Who kills .dynsym/.symlist files?


Whenever I run make check again, I get the check-abi runs - and nothing else.

For example:
make[2]: Entering directory `/home/aj/cvs/glibc/math'
objdump --dynamic-syms /home/aj/build/glibc/testing/math/libm.so > /home/aj/build/glibc/testing/math/libm.dynsymT
mv -f /home/aj/build/glibc/testing/math/libm.dynsymT /home/aj/build/glibc/testing/math/libm.dynsym
LC_ALL=C gawk -f ../scripts/abilist.awk /home/aj/build/glibc/testing/math/libm.dynsym > /home/aj/build/glibc/testing/math/libm.symlistT
mv -f /home/aj/build/glibc/testing/math/libm.symlistT /home/aj/build/glibc/testing/math/libm.symlist
diff -p -U 0 ../sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist /home/aj/build/glibc/testing/math/libm.symlist
rm /home/aj/build/glibc/testing/math/libm.dynsym /home/aj/build/glibc/testing/math/libm.symlist
make[2]: Leaving directory `/home/aj/cvs/glibc/math'

Any ideas why the files libm.dynsym and libm.symlist get deleted? I'm not finding this in the makefiles at all.
I would rather have the files permanent and only regenerated if needed,

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]