From owner-cvs-all Wed Sep 9 01:29:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06726 for cvs-all-outgoing; Wed, 9 Sep 1998 01:29:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06719; Wed, 9 Sep 1998 01:29:17 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA14295; Wed, 9 Sep 1998 01:29:16 -0700 (PDT) Date: Wed, 9 Sep 1998 01:29:16 -0700 (PDT) Message-Id: <199809090829.BAA14295@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make config.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 Revision Changes Path 1.7 +2 -2 src/usr.bin/make/config.h