From owner-freebsd-arm@freebsd.org Wed Apr 6 20:14:41 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67F1EB0686E for ; Wed, 6 Apr 2016 20:14:41 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22f.google.com (mail-vk0-x22f.google.com [IPv6:2607:f8b0:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24DA2101E for ; Wed, 6 Apr 2016 20:14:41 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x22f.google.com with SMTP id e6so73165770vkh.2 for ; Wed, 06 Apr 2016 13:14:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=wH5R13jBtaLmXzbGDiBBmk10PDtbkQ2STeSdbUtHP98=; b=mq0cLAOZKbnNSxZK+Gvpp+wiY3IsvLB6HXbbpVYbts48ZxB++RIpJhkjwqlrpbUal4 m+sGa1L5WSzDw5p4l8bahegV4QBzUq5vbGSe1QclWscminfxoOKXJE6lQpEi4JZQ49Th PEQSHqFPexZM96gS9drWVG/Un7Eejw4kerq7o0RSjYB3auwVQbTukwNd2jL7PWTNqD79 guT4Z0Z9IBwrikg1jkKTfx1gMFqE4CYaZ8Jgqx6s81hI/PYWHhAtS44BbvSNRlkpmTbA k9eN7Bn0KPmknlQsuVj1OavuoTbEKx4bkiWc4IDaPnybsuO0kzPx1TPnYTkkElZjLSsO pT1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=wH5R13jBtaLmXzbGDiBBmk10PDtbkQ2STeSdbUtHP98=; b=P46AV8UEMVfV02QdNzyNdLH5OZe6UYsJJ49NFEP48gvFFvTbvX7g5PiCS3QRI0OPzt f/FG+9KMsh2dS+TkMPdyuXwSTfr/po3uzufinpTWDN1quLB0+muteduLGvHJQZBpiN8O rgNiUxPZL0+d/E298c1SjopQe61MfZWDYYyyfLeRRQiXgRRLBinma8eFv3dr7nyryxFy BJ2Swiv2Ww6X3xQNs8EQAvJrivIHufZHrd40EfxaM9IoGkc2p7pAwZNrLZFvhKMPMwR4 dkStlB6aTfgJ3Bd7VY1O4htAbV/ihdPJw7et8KC0QJSYxq7IUwlpZ2S34twfK/G0CHFN L6UA== X-Gm-Message-State: AD7BkJJUtsdVii4XMJuePXz9WTuv7HH8ctf6x07wOM/EdbUKTjiovBL+nO3GE6zbqEhFnIodO70Xe6JUaWhM4Q== MIME-Version: 1.0 X-Received: by 10.31.8.142 with SMTP id 136mr15384970vki.14.1459973680123; Wed, 06 Apr 2016 13:14:40 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Wed, 6 Apr 2016 13:14:40 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 Apr 2016 13:14:40 -0700 Message-ID: Subject: Re: Indication of Successful Build From: Russell Haley To: Mark Millard Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2016 20:14:41 -0000 Thanks for the input Mark. I'm currently looking into the cross build script on the developers wiki, as well as considering updating crochet to use the u-boot ports and adding hummingboard to it. I'm going to take all these suggestions and see what I can come up with. In my mind it wouldn't be hard to use the return codes indicated by Boris to create a running log of make results and copy successful outputs to a different directory. What raises my concern is that I can't be the first person to ever come up with this idea, so where are all the other attempts at this? In my mind that means I'm either way ahead of the curve (not) or I am going down the wrong path and there is something else to this I haven't considered. Anyway, I keep telling myself to get on with my own project, but there is just so much fun stuff to play with down in the guts of FreeBSD! I was just trying to get booting from NFS to work. lolz. Okay, down the rabbit hole... Thanks, Alice (Russ) On Wed, Apr 6, 2016 at 12:13 PM, Mark Millard wrote: > I use script to make a typescript/log file and keep the log file for as long as I care. So, for example, the script use in: > >> # more ~/sys_build_scripts.powerpc64-host/make_powerpc64vtsc_nodebug_incl_clang_xtoolchain-powerpc64-host.sh >> script ~/sys_typescripts/typescript_make_powerpc64vtsc_nodebug_incl_clang_xtoolchain-powerpc64-host-$(date +%Y-%m-%d:%H:%M:%S) \ >> env __MAKE_CONF="/root/src.configs/make.conf" SRC_ENV_CONF="/root/src.configs/src.conf.powerpc64-xtoolchain.powerpc64-host" \ >> MAKEOBJDIRPREFIX="/usr/obj/xtoolchain/powerpc.powerpc64" \ >> make $* > > === > Mark Millard > markmi at dsl-only.net > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"