From owner-freebsd-current Fri Jun 21 22:11:46 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA29269 for current-outgoing; Fri, 21 Jun 1996 22:11:46 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA29264 for ; Fri, 21 Jun 1996 22:11:42 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id PAA18866; Sat, 22 Jun 1996 15:07:26 +1000 Date: Sat, 22 Jun 1996 15:07:26 +1000 From: Bruce Evans Message-Id: <199606220507.PAA18866@godzilla.zeta.org.au> To: current@FreeBSD.ORG, jkh@time.cdrom.com Subject: Re: Whoops! That was a mite premature.. Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >In my previous set of patches for changing /usr/obj, I don't deal with >the Makefiles which have constructs in the form: >.if exists(${.CURDIR}/../../foo/bar/obj) >... >.fi Also, the diffs aren't relative to any version that I know of, so, the patches fail. E.g., Index: usr.bin/make/pathnames.h =================================================================== RCS file: /home/ncvs/src/usr.bin/make/pathnames.h,v retrieving revision 1.2 diff -u -r1.2 pathnames.h --- pathnames.h 1995/01/23 21:01:52 1.2 +++ pathnames.h 1996/06/21 21:25:23 @@ -31,10 +31,10 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 - * $Id$ + * $Id: pathnames.h,v 1.2 1995/01/23 21:01:52 jkh Exp $ */ The `+' line is already in -current and the `-' line isn't anywhere. Bruce