From owner-freebsd-questions Thu Jun 22 22:25:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id A29F437C0B1 for ; Thu, 22 Jun 2000 22:25:07 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id KAA29947 for ; Fri, 23 Jun 2000 10:53:39 +0530 (IST) Received: from sund6.sasi.com ([10.0.16.6]) by sasi.com; Fri, 23 Jun 2000 10:53:39 +0000 (IST) Received: from localhost (gbnaidu@localhost) by sund6.sasi.com (8.9.3/8.9.1) with ESMTP id KAA20205 for ; Fri, 23 Jun 2000 10:53:35 +0530 (IST) Date: Fri, 23 Jun 2000 10:53:35 +0530 (IST) From: "G.B.Naidu" To: freebsd-questions@FreeBSD.org Subject: make problem... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, make utility is behaving strangely on my FreeBSD 3.3 machine. Whenever I change some file and do make, it is compiling every file rather than compiling only the changed file. On a different machine of same release, make is working properly. I guess that there might be some option to make to disable this behaviour. Could some one help me to know why make is behaving like this and how do I avoid it? Especially it is very annoying when compiling kernel, as it takes lot of time to compile for even a single file changes. thanks --gb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message