Re: Default make.conf in FreeBSD 5.x?

2004-06-14 Thread Antoine Jacoutot
On Monday 14 June 2004 10:01, Andrew McLaren wrote:
> No, I read the man page :-)  I may be stupid, but I am not lazy :-))  The
> man page also helpfully says "This man page may occasionally be out of
> date" so, while it's a useful document, it is not necessarily the final
> arbiter of correctness.

I never said you were stupid nor lazy...

> What confused me was that /etc/default/make.conf had disappeared.

Well, the thing is I think make.conf disappeared from /etc/defaults because 
there's no default defined for the system.
If you take /etc/defaults/rc.conf for exemple, you can see that cron is 
enabled by default --> you can override this by setting it in /etc/rc.conf ; 
but for make.conf, there's nothing defined, everything is commented by 
default, so there's no overrides.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Default make.conf in FreeBSD 5.x?

2004-06-14 Thread Andrew McLaren
No, I read the man page :-)  I may be stupid, but I am not lazy :-))  The man page 
also helpfully says "This man page may occasionally be out of date" so, while it's a 
useful document, it is not necessarily the final arbiter of correctness.

What confused me was that /etc/default/make.conf had disappeared.

Other replies have made it clear that the user is free to copy 
/usr/share/examples/etc/make.conf to /etc/make.conf, and edit as desired.

What I am still unclear about is why the /etc/default/make.conf file has disappeared 
in 5.x. But that is a less important question.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antoine Jacoutot
Sent: Monday, 14 June 2004 17:04
To: [EMAIL PROTECTED]
Subject: Re: Default make.conf in FreeBSD 5.x?

On Monday 14 June 2004 02:41, Andrew McLaren wrote:
> Apologies in advance for what might be a dumb question - but I have 
> searched Readmes, UPDATE, Handbook, FAQ, Google, without finding the 
> answer

Looks like you did not look at the man page.

from make.conf(5):

FILES
 /etc/make.conf
 /usr/doc/Makefile
 /usr/share/examples/etc/make.conf
 /usr/src/Makefile
 /usr/src/Makefile.inc1
___
[EMAIL PROTECTED] mailing list 
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re: Default make.conf in FreeBSD 5.x?

2004-06-14 Thread Antoine Jacoutot
On Monday 14 June 2004 02:41, Andrew McLaren wrote:
> Apologies in advance for what might be a dumb question - but I have
> searched Readmes, UPDATE, Handbook, FAQ, Google, without finding the answer

Looks like you did not look at the man page.

from make.conf(5):

FILES
 /etc/make.conf
 /usr/doc/Makefile
 /usr/share/examples/etc/make.conf
 /usr/src/Makefile
 /usr/src/Makefile.inc1
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Default make.conf in FreeBSD 5.x?

2004-06-13 Thread Andrew McLaren
Thanks, Giorgos.

To clarify: yes, there's a *sample* file here, under /usr/share/examples.

If I want the make.conf to actually be read and used when compiling
something, I still need to move it to /etc/make.conf.

Right?

Thanks
Andrew

-Original Message-
> But when I install FreeBSD 5.2.1, there is no make.conf in the 
> /etc/defaults directory. Also, /etc/make.conf only contains a couple 
> of lines; nothing about CFLAGS, CPUTYPE, MASTERSORTREGEX etc.

The file has moved:

$ ls -l /usr/share/examples/etc/make.conf
-r--r--r--  1 root  wheel  - 11815 Jun 10 05:09
/usr/share/examples/etc/make.conf 

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


Re: Default make.conf in FreeBSD 5.x?

2004-06-13 Thread Giorgos Keramidas
On 2004-06-14 10:41, Andrew McLaren <[EMAIL PROTECTED]> wrote:
>
> In FreeBSD 4, there was a /etc/defaults/make.conf; and a
> /etc/make.conf with my own make overrides.
>
> But when I install FreeBSD 5.2.1, there is no make.conf in the
> /etc/defaults directory. Also, /etc/make.conf only contains a couple
> of lines; nothing about CFLAGS, CPUTYPE, MASTERSORTREGEX etc.

The file has moved:

$ ls -l /usr/share/examples/etc/make.conf
-r--r--r--  1 root  wheel  - 11815 Jun 10 05:09 /usr/share/examples/etc/make.conf
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"