[Various] libc/1295: *.so.map files not found
Andreas Schwab
schwab@suse.de
Mon Sep 13 07:39:00 GMT 1999
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
More information about the Libc-alpha
mailing list