From owner-cvs-include Mon Jun 9 18:35:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA28239 for cvs-include-outgoing; Mon, 9 Jun 1997 18:35:13 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA28219; Mon, 9 Jun 1997 18:35:01 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id LAA10895; Tue, 10 Jun 1997 11:33:08 +1000 Date: Tue, 10 Jun 1997 11:33:08 +1000 From: Bruce Evans Message-Id: <199706100133.LAA10895@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-include@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/include Makefile Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: (Branch: RELENG_2_2) > include Makefile > Log: > Reference LUDIR before LUDIRS. Noted by many on the net. The order was already correct for the removal of symlinks in ${LUDIR} (ufs). However, removal of symlinks in ufs was wrong. All this was already fixed non-bogusly in -current (rev.1.51). Bruce