Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 1998 23:02:31 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src Makefile.upgrade
Message-ID:  <199809090602.XAA08988@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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