Re: build world question

2003-11-19 Thread Dag-Erling Smørgrav
Jason [EMAIL PROTECTED] writes:
 I told it to make buildworld, do I also need to tell it make world?

'make world' simply does buildworld followed by installworld.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: build world question

2003-11-18 Thread Dag-Erling Smørgrav
Jason [EMAIL PROTECTED] writes:
 I cvsuped an hour or so ago, now when I finish make buildworld I get:
 === usr.sbin/boot0cfg
 cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
 -Wno-format-y2k -Wno-uninitialized  -c /usr/src/usr.sbin/boot0cfg/boot0cfg.c
 cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
 -Wno-format-y2k -Wno-uninitialized   -o boot0cfg boot0cfg.o
 gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8  boot0cfg.8.gz
 === etc

This is normal behaviour and has been for ages.

 No errors, thats it.  I thought I should get this message too:
 make world completed on

You didn't ask it to do 'make world', so it didn't tell you that 'make
world' was completed.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: build world question

2003-11-18 Thread Jason
Steve Kargl wrote:

On Mon, Nov 17, 2003 at 11:12:20PM -0500, Jason wrote:
 

I cvsuped an hour or so ago, now when I finish make buildworld I get:
=== usr.sbin/boot0cfg
cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
-Wno-format-y2k -Wno-uninitialized  -c /usr/src/usr.sbin/boot0cfg/boot0cfg.c
cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
-Wno-format-y2k -Wno-uninitialized   -o boot0cfg boot0cfg.o
gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8  boot0cfg.8.gz
=== etc
No errors, thats it.  I thought I should get this message too:
make world completed on
Is this a problem or normal?  I just don't want to be half way into an
update and have problems.
   

Did you use a -j option to make?

 

No, just the basic command.

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


Re: build world question

2003-11-18 Thread Jason
Dag-Erling Smørgrav wrote:

Jason [EMAIL PROTECTED] writes:
 

I cvsuped an hour or so ago, now when I finish make buildworld I get:
=== usr.sbin/boot0cfg
cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
-Wno-format-y2k -Wno-uninitialized  -c /usr/src/usr.sbin/boot0cfg/boot0cfg.c
cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
-Wno-format-y2k -Wno-uninitialized   -o boot0cfg boot0cfg.o
gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8  boot0cfg.8.gz
=== etc
   

This is normal behaviour and has been for ages.

 

No errors, thats it.  I thought I should get this message too:
make world completed on
   

You didn't ask it to do 'make world', so it didn't tell you that 'make
world' was completed.
DES
 

I told it to make buildworld, do I also need to tell it make world?

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


build world question

2003-11-17 Thread Jason
I cvsuped an hour or so ago, now when I finish make buildworld I get:
=== usr.sbin/boot0cfg
cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
-Wno-format-y2k -Wno-uninitialized  -c /usr/src/usr.sbin/boot0cfg/boot0cfg.c
cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
-Wno-format-y2k -Wno-uninitialized   -o boot0cfg boot0cfg.o
gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8  boot0cfg.8.gz
=== etc
No errors, thats it.  I thought I should get this message too:
make world completed on
Is this a problem or normal?  I just don't want to be half way into an
update and have problems.
Thanks,
Jason


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


Re: build world question

2003-11-17 Thread Steve Kargl
On Mon, Nov 17, 2003 at 11:12:20PM -0500, Jason wrote:
 I cvsuped an hour or so ago, now when I finish make buildworld I get:
 === usr.sbin/boot0cfg
 cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
 -Wno-format-y2k -Wno-uninitialized  -c /usr/src/usr.sbin/boot0cfg/boot0cfg.c
 cc -O -pipe -march=athlon-xp -Wsystem-headers -Werror -Wall
 -Wno-format-y2k -Wno-uninitialized   -o boot0cfg boot0cfg.o
 gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8  boot0cfg.8.gz
 === etc
 No errors, thats it.  I thought I should get this message too:
 make world completed on
 
 Is this a problem or normal?  I just don't want to be half way into an
 update and have problems.

Did you use a -j option to make?

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