This is the mail archive of the libc-alpha@sourceware.cygnus.com 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]

Re: [Various] libc/1295: *.so.map files not found


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

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