make from 5.2.1 to Beta5 doesn't work
Rusty Nejdl
rnejdl at ringofsaturn.com
Mon Sep 20 14:20:34 PDT 2004
>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 at 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
More information about the freebsd-current
mailing list