From owner-cvs-all Tue Sep 8 23:07:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23183 for cvs-all-outgoing; Tue, 8 Sep 1998 23:07:35 -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 XAA23178; Tue, 8 Sep 1998 23:07:33 -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 XAA09121; Tue, 8 Sep 1998 23:07:33 -0700 (PDT) Date: Tue, 8 Sep 1998 23:07:33 -0700 (PDT) Message-Id: <199809090607.XAA09121@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/09/08 23:07:32 PDT Modified files: . Makefile Log: Add the missing rerelease target back. Reported by: Justin Gibbs. Add the move-aout-libs upgrade target so that people who have already gone elf can put their libraries through the mincer. Anyone who hasn't deleted aout libraries from /usr/lib (but has done a make world putting the new aout libs in /usr/lib/aout) will be asked for confirmation to delete them one by one. Revision Changes Path 1.216 +8 -5 src/Makefile