From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 8 12:31:43 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 8B6AB106566C for ; Mon, 8 Nov 2010 12:31:43 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1AA7A8FC1E for ; Mon, 8 Nov 2010 12:31:42 +0000 (UTC) Received: by wwb34 with SMTP id 34so7313wwb.31 for ; Mon, 08 Nov 2010 04:31:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=VbmIR/UoAkQoKPGo8oKQCJ3UlEpW84P0OtkJlkGx2JM=; b=EU4Uk7ReWTosizGsDfazDI5moSk4D81SIuZRbbZOl2YAFVLiE07vxJjgdraVuz3hkf ekpCawKN9ZaL67OMEM2HtmNOCJId5+rt1jMFvf5OcWomoG2fpR00XNtG7zjaC1XrWcWN VeHLNRhc48dABaLKDzhvgs8jFvvSgYIbb6f58= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=n9J5U8XtgTGg8d26Birv8EhvUu8MsU+aTPy+0r+53TwYa43oajYc+0CAwc2FbFR/f9 2zeJ/AW3IbOrXPOX8cWVZKo/Zh7v3GbIXw4y9XXgwmGkWTkEIp+oAvgIljBCxpZGi2Ce MSBeyB18f6X/azobtiVlu2YSMNbyxD8hFVGq0= MIME-Version: 1.0 Received: by 10.216.68.21 with SMTP id k21mr2080317wed.107.1289219501313; Mon, 08 Nov 2010 04:31:41 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.168.200 with HTTP; Mon, 8 Nov 2010 04:31:41 -0800 (PST) In-Reply-To: References: Date: Mon, 8 Nov 2010 20:31:41 +0800 X-Google-Sender-Auth: oqniIzezuKLWpguD3ju2Vq4qa2k Message-ID: From: Adrian Chadd To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current Subject: Re: breaking the crunchgen logic into a share/mk file 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, 08 Nov 2010 12:31:43 -0000 Hi all, I plan on committing this later on this week if there are no objections. I don't plan on back-porting it to RELENG_8. Others are more than welcome to. Thanks, Adrian On 5 October 2010 10:36, Adrian Chadd wrote: > Hi, > > I've broken out the crunchgen logic from src/rescue/rescue into a > share/mk file - that way it can be reused in other areas. > > The diff is here: http://people.freebsd.org/~adrian/crunchgen-mk.diff > > This bsd.crunchgen.mk file is generic enough to use in my > busybox-style thing as well as for src/rescue/rescue/. > > Comments, feedback, etc welcome! > > > Adrian >