Re: Problem using MAKE

2005-03-29 Thread Abu Khaled
On Mon, 28 Mar 2005 20:21:07 -0500 (EST), Michael A. Alestock
[EMAIL PROTECTED] 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??
 
 Thanks for the help in advance.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Well I am not sure about the make: don't know how to make update message.

I use cvsup to update src/ports/doc.
You need to add options to /etc/make.conf to use make update
Here is my cvsup related options in /etc/make.conf
-
SUP_UPDATE=yes
SUP=/usr/local/bin/cvsup # - default installation for cvsup
SUPFLAGS=-g -L 2 # options for cvsup
SUPHOST=cvsup.uk.freebsd.org  # the server to use
SUPFILE=path+filename to your src_all sup file
PORTSSUPFILE=path+filename to ports_all sup file
DOCSUPFILE=path+filename to doc_all sup file
-

Try man make.conf for more details. Good luck

-- 
Kind regards
Abu Khaled
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem using MAKE

2005-03-29 Thread pete wright
On Mon, 28 Mar 2005 20:21:07 -0500 (EST), Michael A. Alestock
[EMAIL PROTECTED] 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 [EMAIL PROTECTED]


Re: Problem using MAKE

2005-03-29 Thread Daniel Hyde
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 [EMAIL PROTECTED] wrote:
 On Mon, 28 Mar 2005 20:21:07 -0500 (EST), Michael A. Alestock
 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]