From owner-freebsd-current Thu May 2 19:08:15 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA12940 for current-outgoing; Thu, 2 May 1996 19:08:15 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA12934 for ; Thu, 2 May 1996 19:08:10 -0700 (PDT) Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with ESMTP id DAA00855 ; Fri, 3 May 1996 03:07:49 +0100 (BST) To: "Marc G. Fournier" cc: current@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Dependencies...how do they work? In-reply-to: Your message of "Thu, 02 May 1996 21:47:59 EDT." Date: Fri, 03 May 1996 03:07:48 +0100 Message-ID: <853.831089268@palmer.demon.co.uk> Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Marc G. Fournier" wrote in message ID : > Nope, not using 'make obj' on that system...didn't allocate > enough space to seperate obj from src :( So obj/src are on the same > file system... > My first thought had been that maybe when pte.h got removed, > it wasn't completely removed from the other include files, but as I stated, > I can't find it anywhere :( Weird. Most weird. You can see what mkdep is working from if you take the cc command line and add a `-E' flag to it. (You'll need the full command line to get all the options right. Cut and paste is handy for this :-) ). I'd advise redirecting stdout to a file as it'll be quite lengthy. This may highlight a problem area somewhere. I can't think why mkdep gets different information to a normal compile. They SHOULD use the same flags, etc, so should end up with the same results... Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD - Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info