Date: Tue, 13 Feb 1996 13:39:08 -0800 (PST) From: Doug White <dwhite@riley-net170-164.uoregon.edu> To: Cheryl Baxendale <cbaxenda@vt.edu> Cc: questions@FreeBSD.ORG Subject: Re: make install trouble - HELP! Message-ID: <Pine.BSF.3.91.960213133818.2089I-100000@gdi.uoregon.edu> In-Reply-To: <199602122203.RAA02758@sable.cc.vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 12 Feb 1996, Cheryl Baxendale wrote: > I needed to reconfigure the kernel and everything went fine until I typed > make install. It then said: /kernel No such file or directory, printed > out ***Error Code 1 and Stop. If anyone could please give me some advice > I would really appreciate it. Thanks. Run make install from the build directory, or just copy it yourself. I use this simple script: mv -f /kernel.older /kernel.oldest 2>/dev/null mv -f /kernel.old /kernel.older 2>/dev/null mv -f /kernel /kernel.old 2>/dev/null cp -f kernel /kernel That keeps a few backups in case the new kernel is broken. Doug White | University of Oregon Internet: dwhite@gladstone.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960213133818.2089I-100000>