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
[-- Attachment #1 --] Hi, On Wed, Mar 26, 2003 at 11:24:30PM +1100, Adam Carmichael wrote: > Now when I run make buildworld I get the following: > > make buildworld > Makefile:137: *** missing separator. Stop. > *** Error code 2 > > Stop in /usr/src. You are running GNU make instead of BSD make. GNU make is installed as 'gmake' on BSD systems because there are fundamental differences in the syntax between the two. Try running '/usr/bin/make buildworld'. If that still fails your installation 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 that alias 'gmake' as 'make', and remove those. HTH, --Stijn -- "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" [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+gZ4eY3r/tLQmfWcRAuPOAJ90TaBF6LBzDIGtR/B44dM3OnRrJwCfTwoJ fYiotcBOTf1icW/ZTSOPCSc= =L0iw -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030326123334.GE80189>
