From owner-cvs-usrbin Sun Oct 6 06:14:22 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15705 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 06:14:22 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA15700; Sun, 6 Oct 1996 06:14:12 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.0/8.8.0) with ESMTP id VAA07740; Sun, 6 Oct 1996 21:13:17 +0800 (WST) Message-Id: <199610061313.VAA07740@spinner.DIALix.COM> To: "Jordan K. Hubbard" cc: Steve Price , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/make Makefile In-reply-to: Your message of "Sun, 06 Oct 1996 06:05:59 MST." <14590.844607159@time.cdrom.com> Date: Sun, 06 Oct 1996 21:13:16 +0800 From: Peter Wemm Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > Hmmm. Looks like we both committed the same fix. ;-) Didn't you get a > warning from your CVS checkin? I didn't, which leads me to believe > that my fix must have gotten in first. I don't care either way, just > so long as we don't spam things. ;-) > > Jordan No.. He fixed your fix.. At exactly the same time I was trying to do it too, so we had three commit attempts (two successful) here within a few minutes of each other. (The SUBDIR didn't belong there at all, your change was to make it descend during "all", but you forgot about clean, obj, cleandir, etc. And the install directory was not set either. NetBSD must be different in this area.) > > steve 96/10/06 06:02:50 > > > > Modified: usr.bin/make Makefile > > Log: > > Correct problem with traversing into PSD.doc directory, > > these files are actually installed/built as part of > > src/share/doc/psd/12.make. Oops. :) > > > > Pointed out by: Peter Wemm and Bruce Evans > > > > Revision Changes Path > > 1.8 +1 -5 src/usr.bin/make/Makefile Cheers, -Peter