From owner-cvs-all Tue Sep 8 23:02:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22553 for cvs-all-outgoing; Tue, 8 Sep 1998 23:02:34 -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 XAA22547; Tue, 8 Sep 1998 23:02:32 -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 XAA08988; Tue, 8 Sep 1998 23:02:31 -0700 (PDT) Date: Tue, 8 Sep 1998 23:02:31 -0700 (PDT) Message-Id: <199809090602.XAA08988@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.upgrade Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/09/08 23:02:31 PDT Modified files: . Makefile.upgrade Log: Add a move-aout-libs target to do just that. It takes the well known library directories: /usr/lib /usr/lib/compat /usr/local/lib and /usr/X11R6/lib and adds any other directories that ldconfig knows about, then removes any that are already aout directories (that is, with aout as a component of the path) and passes this directory list to the move_aout_libs.sh script to do the hack (believe it, it moves libraries that are in use) work. Revision Changes Path 1.5 +54 -1 src/Makefile.upgrade