From owner-freebsd-hackers Thu Jun 20 19:17:24 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA06430 for hackers-outgoing; Thu, 20 Jun 1996 19:17:24 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA06425 for ; Thu, 20 Jun 1996 19:17:21 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id TAA04782; Thu, 20 Jun 1996 19:16:15 -0700 (PDT) To: mark@linus.demon.co.uk (Mark Valentine) cc: hackers@freebsd.org Subject: Re: What do people think of this change to /usr/src/Makefile? In-reply-to: Your message of "Fri, 21 Jun 1996 00:20:51 BST." <199606202320.AAA04239@linus.demon.co.uk> Date: Thu, 20 Jun 1996 19:16:14 -0700 Message-ID: <4780.835323374@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Why is this necessary, when the following solution already exists? > > #!/bin/sh > /usr/bin/true > cd /usr/src && make world > cp /my/hacked/binary /usr/bin I'm not sure I follow you. I just want something that is divorced from /usr/src (so that you can blow that away and recreate it) yet coupled with make world so that if any of `n' admins wanders in there and does a make world, it does the right thing on whichever machine they happen to be on. Most folks seem to like the idea so far. > Also, your pre-world is really start-of-world and post-world is > end-of-world; the @/usr/bin/true looks ugly and superfluous. nit nit nit. :-) Jordan