Re: gmake upgrade

2006-12-11 Thread Chuck Swiger

On Dec 9, 2006, at 1:51 PM, Kris Kennaway wrote:
gmake does not require gmake to build.  If it did, how could you  
build it for the first time?


At one point, someone had to do something like:

for file in *.c
do cc -O -c $file
done
cc -o gmake *.o

What becomes more fun is trying to bootstrap something more  
fundamental to the compiler toolchain, such as the assembler...  :-)


--
-Chuck

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


Re: gmake upgrade

2006-12-09 Thread Kris Kennaway
On Sat, Dec 09, 2006 at 10:44:29PM +0100, Grzegorz Danecki wrote:
> Hello list!
> 
> it may be a stupid question, but i'm a little bit scared before gmake
> upgrade. I'm not using portupgrade, everything is build from the ports tree,
> so, when some package is old, and there is newer version in ports, then make
> all && make deinstall && make install && make clean. It works pretty fine
> for now. But what about gmake?
> Will I be able to compile new gmake sources when I'll do `make deinstall in
> /usr/ports/devel/gmake` first?

gmake does not require gmake to build.  If it did, how could you build
it for the first time?

Kris


pgpBXouskof21.pgp
Description: PGP signature


Re: gmake upgrade

2006-12-09 Thread Joe Holden
Grzegorz Danecki wrote:
> Hello list!
> 
> it may be a stupid question, but i'm a little bit scared before gmake
> upgrade. I'm not using portupgrade, everything is build from the ports
> tree,
> so, when some package is old, and there is newer version in ports, then
> make
> all && make deinstall && make install && make clean. It works pretty fine
> for now. But what about gmake?
> Will I be able to compile new gmake sources when I'll do `make deinstall in
> /usr/ports/devel/gmake` first?
> 
> Few details:
> 
> pkg_version | grep "<"
> gmake   <
> 
> pkg_info | grep gmake
> gmake-3.80_2GNU version of 'make' utility
> 
> the latest version in my ports tree is make-3.81
> 
> The system is FreeBSD 6.1 Release with latest patches
> 
> it can be a problem like chmod -x /bin/chmod, but maybe You have an idea?
> 

As far as make goes, that won't be a problem, gmake isn't present in the
base as you can see, bsd make is used for ports etc, gmake is only
installed if a port needs it.

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


gmake upgrade

2006-12-09 Thread Grzegorz Danecki

Hello list!

it may be a stupid question, but i'm a little bit scared before gmake
upgrade. I'm not using portupgrade, everything is build from the ports tree,
so, when some package is old, and there is newer version in ports, then make
all && make deinstall && make install && make clean. It works pretty fine
for now. But what about gmake?
Will I be able to compile new gmake sources when I'll do `make deinstall in
/usr/ports/devel/gmake` first?

Few details:

pkg_version | grep "<"
gmake   <

pkg_info | grep gmake
gmake-3.80_2GNU version of 'make' utility

the latest version in my ports tree is make-3.81

The system is FreeBSD 6.1 Release with latest patches

it can be a problem like chmod -x /bin/chmod, but maybe You have an idea?

TIA, thanks also for Your great job and merry x-mas! :)

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