From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 5 03:19:56 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 EB04F106566C for ; Tue, 5 Oct 2010 03:19:56 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 84BBD8FC08 for ; Tue, 5 Oct 2010 03:19:56 +0000 (UTC) Received: by iwn34 with SMTP id 34so934275iwn.13 for ; Mon, 04 Oct 2010 20:19:55 -0700 (PDT) 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=lJ2WeLZdbs/vAoPOmC8N7iQnKmdVRHpy65RFEs72qlU=; b=sdK9B0XdtG/QJOAYopbt95driSPAa0tBA426jk8VTslPFPVv5Ncxn+50XpmhtMiVov Jjg+65vw70V2EoomzGBJw4TcNHZVs+Gktva3/6VRLFeYkuml50qkf2PCmjwmwEwIs4yd 5eFC48E+qTy548eJ0Z/LRZlNvWsidYAp6Jjhg= 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=KxUxG2j4aEfe7P4zjIu6eKw17nKM1EWt8To0iXjU3U9MmuMGAtT301GoOB0LapPZTc CKNgnb8EABZ0T3K+VINjbuiLBnLqSPFihdZtDjt+vC0COYsYTuZljm9fj++1y5Q0HNvm QjfMiDIhHTO7GLHzGZvQqfNCJGV88s65IW70M= MIME-Version: 1.0 Received: by 10.231.35.138 with SMTP id p10mr11335053ibd.33.1286248788047; Mon, 04 Oct 2010 20:19:48 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.231.184.3 with HTTP; Mon, 4 Oct 2010 20:19:48 -0700 (PDT) In-Reply-To: References: Date: Mon, 4 Oct 2010 20:19:48 -0700 X-Google-Sender-Auth: ET8FMiIlu3tnKPPaZhVWlxxxsg4 Message-ID: From: Garrett Cooper To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org 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: Tue, 05 Oct 2010 03:19:57 -0000 On Mon, Oct 4, 2010 at 7:36 PM, 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! Hi Adrian, Is there a functional difference between the original file and bsd.crunchgen.mk ? Thanks! -Garrett