This is the mail archive of the
libc-alpha@sourceware.cygnus.com
mailing list for the glibc project.
Re: [Various] libc/1295: *.so.map files not found
- To: mclinden@informed.net
- Subject: Re: [Various] libc/1295: *.so.map files not found
- From: Andreas Schwab <schwab@suse.de>
- Date: 13 Sep 1999 16:39:09 +0200
- Cc: GNU C library Alpha Tester List <libc-alpha@sourceware.cygnus.com>,"al.simon@t-online.deCc":mclinden@suse.de
- References: <OF189BE881.CED32F66-ON852567EB.0044C3D7@informed.net>
mclinden@informed.net writes:
|> This may be correct, but I cannot find a place in the Makefile where the
|> scripts are actually called.
See Makerules, near the end:
$(common-objpfx)Versions.all: $(..)Versions.def \
$(wildcard $(add-ons:%=$(..)%/Versions.def))
cat $^ > $@T
mv -f $@T $@
$(common-objpfx)sysd-versions: $(common-objpfx)Versions.all \
$(..)scripts/versions.awk \
$(wildcard $(all-subdirs:%=$(..)%/Versions)) \
$(wildcard $(sysdirs:%=%/Versions)) \
$(sysd-versions-force)
{ echo 'sysd-versions-subdirs = $(all-subdirs) $(config-sysdirs)' ; \
LC_ALL=C $(AWK) -v buildroot=$(common-objpfx) -v defsfile=$< \
-v move_if_change='$(move-if-change)' \
-f $(filter-out $< $(sysd-versions-force),$^); \
} > $@T
mv -f $@T $@
Andreas.
--
Andreas Schwab "And now for something
schwab@suse.de completely different."
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg