From owner-freebsd-hackers Thu Dec 4 23:50:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA28703 for hackers-outgoing; Thu, 4 Dec 1997 23:50:42 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from super.zippo.com (perry.zippo.com [207.211.168.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA28695 for ; Thu, 4 Dec 1997 23:50:38 -0800 (PST) (envelope-from reyesf@super.zippo.com) Received: (from reyesf@localhost) by super.zippo.com (8.8.6/8.8.7) id XAA25888; Thu, 4 Dec 1997 23:50:37 -0800 (PST) Message-Id: <199712050750.XAA25888@super.zippo.com> From: "Francisco Reyes" To: "hackers@freebsd.org" Date: Fri, 05 Dec 97 02:50:07 -0400 Reply-To: "Francisco Reyes" Priority: Normal X-Mailer: PMMail 1.95a For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Why so many steps to build new kernel? Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was wondering if there would be any problems with creating a script for some of the steps of building a new kernel. What if any would be the problem with having a script which does: config kern1 cd ../../kern1 make depend make all make install If such script was created it should check the return code of the make command to make sure there were no problems.