Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2005 07:04:55 -0500
From:      Doug Lee <dgl@dlee.org>
To:        freebsd-stable@freebsd.org
Subject:   Gmake won't make without itself
Message-ID:  <20050314120454.GW4670@kirk.dlee.org>

next in thread | raw e-mail | index | archive | help

Not sure this is the best place for this, but I think it's the best
among the lists I'm on...

I just tried, with a fresh ports tree, to build gmake after having
pkg_deleted it, and it failed because it couldn't find its own binary.
I "fixed" this by editing work/*/Makefile to say "make=make" instead
of "make=gmake," then doing (from the port top) "make", then in work/*
renaming make (the generated binary) to gmake and doing cp -p gmake
/usr/local/bin, and finally going to the port top again and doing
"make install clean."

FYI.


-- 
Doug Lee           dgl@dlee.org        http://www.dlee.org
Bartimaeus Group   doug@bartsite.com   http://www.bartsite.com
"Nearly all men can stand adversity, but if you want to test a man's
character, give him power." -Abraham Lincoln



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050314120454.GW4670>