Date: Wed, 26 Mar 2003 13:33:34 +0100 From: Stijn Hoop <stijn@win.tue.nl> To: Adam Carmichael <carneeki@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Attempting to 'make buildworld' (Makefile problem) Message-ID: <20030326123334.GE80189@pcwin002.win.tue.nl> In-Reply-To: <F113iS609lcQt6Sntxd0000579e@hotmail.com> References: <F113iS609lcQt6Sntxd0000579e@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--8P1HSweYDcXXzwPJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Mar 26, 2003 at 11:24:30PM +1100, Adam Carmichael wrote: > Now when I run make buildworld I get the following: >=20 > make buildworld > Makefile:137: *** missing separator. Stop. > *** Error code 2 >=20 > Stop in /usr/src. You are running GNU make instead of BSD make. GNU make is installed as 'gma= ke' on BSD systems because there are fundamental differences in the syntax betw= een the two. Try running '/usr/bin/make buildworld'. If that still fails your installati= on of BSD make is broken. Do the following to repair your make: # cd /usr/src/usr.bin/make # cc -o make -I . *.c lst.lib/*.c # install -m 755 make /usr/bin/make If /usr/bin/make works on the other hand, see if there are aliases setup th= at alias 'gmake' as 'make', and remove those. HTH, --Stijn --=20 "Diane, 2:15 in the afternoon, November 14. Entering town of Twin Peaks. Five miles south of the Canadian border, twelve miles west of the state line. Never seen so many trees in my life. As W.C. Fields would say, I'd rather be here than Philadelphia." -- Special Agent Dale Cooper, "Twin Peaks" --8P1HSweYDcXXzwPJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+gZ4eY3r/tLQmfWcRAuPOAJ90TaBF6LBzDIGtR/B44dM3OnRrJwCfTwoJ fYiotcBOTf1icW/ZTSOPCSc= =L0iw -----END PGP SIGNATURE----- --8P1HSweYDcXXzwPJ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030326123334.GE80189>