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  writes:

 > This may be correct, but I cannot find a place in the Makefile where the
 > scripts are actually called. This makes me wonder if the Makefile is not
 > built, properly. The GNU make version is 3.77.  I must admit that I am not
 > that well versed in the Makerules and the like to understand what the
 > Makefile SHOULD look like but there is definitely nothing that would cause
 > any of the AWK scripts to be run.

Here's the rule from Makerules:
$(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 $@

Btw. I can't reproduce it either on my system.

Andreas
-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@aixd1.rhrk.uni-kl.de

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