Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 1998 01:29:16 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/make config.h
Message-ID:  <199809090829.BAA14295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/09/09 01:29:15 PDT

  Modified files:
    usr.bin/make         config.h 
  Log:
  Don't define RANLIBMAG if building an elf version of make. The RANLIBMAG
  option lets make look inside archive libraries when determining if a
  library is out-of-date. I don't think that make should look inside
  files, so this fix effectively tells it not to. If the decision is
  made (by someone else) that make _should_ be doing this, it will need
  to be taught how to recognise elf archive libraries.
  
  Problem noticed by: Joseph Koshy <jkoshy@freebsd.org>
  
  Revision  Changes    Path
  1.7       +2 -2      src/usr.bin/make/config.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809090829.BAA14295>