From owner-freebsd-questions@FreeBSD.ORG Wed Mar 30 01:21:03 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1401516A4CE for ; Wed, 30 Mar 2005 01:21:03 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 200BA43D31 for ; Wed, 30 Mar 2005 01:21:02 +0000 (GMT) (envelope-from daniel.hyde@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so834495wri for ; Tue, 29 Mar 2005 17:21:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dk7lwtz1ft/oy1pkhNz/nHkOJk8APF6bnlKn/4EMc7rMjUDaRd9F28ioNfxuiq4EhpM2EBSdqYlRsbg2ubS6XD5/QLakJ91Thionp7L4UMfHaiLrEpqKm55kYePg23Aj/tMt4Z1oqFnItjjMOQ6VwYnKmY+Ang0zC2YRzQb8Lro= Received: by 10.54.45.12 with SMTP id s12mr407969wrs; Tue, 29 Mar 2005 17:21:01 -0800 (PST) Received: by 10.54.39.46 with HTTP; Tue, 29 Mar 2005 17:21:01 -0800 (PST) Message-ID: Date: Wed, 30 Mar 2005 11:21:01 +1000 From: Daniel Hyde To: "Michael A. Alestock" In-Reply-To: <57d710000503291056250e9fbb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050328201850.U2853@bsd.maa-net.net> <57d710000503291056250e9fbb@mail.gmail.com> cc: questions@freebsd.org Subject: Re: Problem using "MAKE" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Hyde List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 01:21:03 -0000 This sounds as if you are missing the Makefile. Do you have a Makefile in /usr/src? If not, this is your problem. The Makefile should be installed by the "base" package within the "src" distribution. To install this, you need to be root, then: /stand/sysinstall Go to Configure->Distributions->src Make sure to install the "base" package. When doing anything with sources you will need this, as well as the distribution that contains the appropriate sources. On Tue, 29 Mar 2005 10:56:49 -0800, pete wright wrote: > On Mon, 28 Mar 2005 20:21:07 -0500 (EST), Michael A. Alestock > wrote: > > I'm trying to update my source tree. When I 'CD' to /usr/src and execute > > the command, "make update" I get this error.... > > > > make: don't know how to make update. Stop > > > > Am I missing something? Did I forget to install a port to aid in the MAKE > > process?? > > > > check out /etc/make.conf, or if that does not exist copy > /usr/share/example/etc/make.conf to /etc. I would read this file (and > do a "man 5 make.conf" too). In make.conf there is a section that > explains using make update. > > -pete > > -- > ~~o0OO0o~~ > Pete Wright > www.nycbug.org > NYC's *BSD User Group > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >