From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 1 23:40:31 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FE16106566B for ; Mon, 1 Mar 2010 23:40:31 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 934B38FC25 for ; Mon, 1 Mar 2010 23:40:30 +0000 (UTC) Received: by ewy26 with SMTP id 26so1687515ewy.3 for ; Mon, 01 Mar 2010 15:40:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:in-reply-to:message-id:references:user-agent :x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; bh=XsDmI0nI+bHS8yq9MfXbo4+fNgkF+QnM0RcMLrSls0g=; b=HxgC8O+jTO72bY43HTMTTyFdxKBq8D1PgrkKCIFGKzM563ANHm2Nnb10G3KwaklUev sUzpRnCqOfEAHD7i/S2nN6YooQEduvBS638ioimmFrdhfj0Ioke1zelS1bJJuzMtbUhu SR4SrqGY5BVTF5CX8WZTsVk7303aa6KqlvjYs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=cWU5NBVfa3Xk5MX+7yWgcYAARoQHCtNx+2uOePRhIalYT4lNHL2h4HshYMHeai/aka tYAH6upJL27ISwbsu0cwLyxIK/p4Z42vPzBxhJJjbW1nnkl+VGp6pm3NMKouzH0sDrUt uD57wEbnCj3XiBh0OxoGIwzxeaS90w70nc4NI= Received: by 10.213.96.214 with SMTP id i22mr3757810ebn.58.1267486819684; Mon, 01 Mar 2010 15:40:19 -0800 (PST) Received: from centel.dataix.local (ppp-23.120.dialinfree.com [209.172.23.120]) by mx.google.com with ESMTPS id 14sm2658639ewy.10.2010.03.01.15.40.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Mar 2010 15:40:18 -0800 (PST) Sender: "J. Hellenthal" Date: Mon, 1 Mar 2010 18:39:52 -0500 From: jhell To: Alexander Best In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Hackers Subject: Re: `make cleanworld` and /usr/obj/lib32/usr/src X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2010 23:40:31 -0000 On Mon, 1 Mar 2010 14:52, alexbestms@ wrote: > > oh. and btw: wouldn't it be reasonable to prevent a user shooting himself in > the foot if he has the brilliant idea of setting "MAKEOBJDIRPREFIX = /" ? > > alex > Trying to match something like this is going to get out of control. Though this is a nice idea but why should a user be prevented from doing such things ?. Boiling down these are not variables that usually have to be changed and if they are changed the user has done a little bit of research and is more advanced than most and recognizes that / is not a option. -- jhell