Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2004 16:20:33 -0500 (CDT)
From:      "Rusty Nejdl" <rnejdl@ringofsaturn.com>
To:        current@freebsd.org
Subject:   make from 5.2.1 to Beta5 doesn't work
Message-ID:  <28000.12.148.147.242.1095715233.squirrel@mail.ringofsaturn.com>

next in thread | raw e-mail | index | archive | help
>From a 5.2.1 machine:
[mail]:[4:19pm]:[/usr/src] > uname -a
FreeBSD mail.XXXXXXXXX.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb
23 20:45:55 GMT 2004    
root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC  i386
[mail]:[4:19pm]:[/usr/src] >

I ran a make clean inside of /usr/src that was completely clean and
received this:
[mail]:[4:17pm]:[/usr/src] > sudo make clean
+for: not found
*** Error code 127

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
[mail]:[4:17pm]:[/usr/src] >

The solution was to install the new make from here and that worked:

cd /usr/src/usr.bin/make
make depend
make
make install

Just a heads up if anyone runs into this.

Rusty Nejdl



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