From owner-freebsd-current Thu Mar 2 23:38:12 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id XAA03884 for current-outgoing; Thu, 2 Mar 1995 23:38:12 -0800 Received: from utrhcs.cs.utwente.nl (utrhcs.cs.utwente.nl [130.89.10.247]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id XAA03876 for ; Thu, 2 Mar 1995 23:38:10 -0800 Received: from utis156.cs.utwente.nl by utrhcs.cs.utwente.nl (5.0/csrelayMX-SVR4_1.0/RB) id AA27117; Fri, 3 Mar 1995 08:38:05 --100 Received: by utis156.cs.utwente.nl (4.1/RBCS-1.0.1) id AA01049; Fri, 3 Mar 95 08:37:58 +0100 To: "Michael C. Newell" Cc: current@FreeBSD.org Subject: Re: Config broken in -current? In-Reply-To: Your message of Thu, 02 Mar 1995 16:09:22 EST Date: Fri, 03 Mar 1995 08:37:57 +0100 Message-Id: <1048.794216277@utis156.cs.utwente.nl> From: Andras Olah content-length: 806 Sender: current-owner@FreeBSD.org Precedence: bulk On Thu, 02 Mar 1995 16:09:22 EST, "Michael C. Newell" wrote: > I supped -current over 2.0R and started getting the errors: > > ws3# config MikesKernel > Removing old directory ../../compile/MikesKernel: Done. > Unknown % construct in generic makefile: %BEFORE_DEPEND > Unknown % construct in generic makefile: %CLEAN > Don't forget to run "make depend" > > from config. Is something missing? I didn't get any errors from the sup... Did you rebuild your config first? I've just installed a current kernel in 2.0R without trouble. The steps I needed (advice from David Greenman): 1. make and install config 2. install the new makefiles share/mk 3. make and install a new kernel; reboot 4. make and install the important kernel dependent utilities (ifconfig, route, netstat, ... ) Andras