From owner-svn-src-head@FreeBSD.ORG Sun Jun 14 22:19:43 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE1A67FD for ; Sun, 14 Jun 2015 22:19:43 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) (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 6CD91E2D for ; Sun, 14 Jun 2015 22:19:43 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wgv5 with SMTP id 5so55700113wgv.1 for ; Sun, 14 Jun 2015 15:19:41 -0700 (PDT) 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:content-type; bh=84NWSZYsPv5ILI2CLUXFlSaKAN+fvZHiBUTKoqE6ygE=; b=eXEU0LtjT0hSC4CIGKzhItQ8/l0fbVKtZDpxy1sGGE8IyYU8oNcPAqg+pG8vQFsfy1 3kEFP1OKPBKvtYzQUJO1fwb6pLh5IAXYpqc97GTu8mb74INZ3SlSXWHdZfsSQXngph49 lOyFkq1iulo0JX7G1I527eZPjEqhowdo7qpHcAuBtH7mo5zXWII8a8urYYx+h89gqgqo XmGq3UErtPNVFB0RJHz2JqSuHVk9cLLjEMkbIu2xEnDAr4VPqcbsz8UZaTo/6MUPmbGI X3J688t9f1J1McTtzOwJHq0plsd5dmoQ5Iksncw+ZcWKI6rqCnV4xPMquU/nfLCfBoHN u6KA== X-Gm-Message-State: ALoCoQmgY+ALPXBzEP01L69AlQ5OQR9q0SpnFs6CLR0+vD08GQYrYFvGTLI1LIVm0uzYcQLHNiIh MIME-Version: 1.0 X-Received: by 10.180.99.2 with SMTP id em2mr26073551wib.59.1434320381716; Sun, 14 Jun 2015 15:19:41 -0700 (PDT) Received: by 10.194.162.225 with HTTP; Sun, 14 Jun 2015 15:19:41 -0700 (PDT) In-Reply-To: <24490.1434318198@chaos> References: <201506131920.t5DJKwMH033508@svn.freebsd.org> <24490.1434318198@chaos> Date: Mon, 15 Jun 2015 00:19:41 +0200 Message-ID: Subject: Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname bi... From: Oliver Pinter To: "Simon J. Gerraty" Cc: Dimitry Andric , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 22:19:43 -0000 On 6/14/15, Simon J. Gerraty wrote: > Dimitry Andric wrote: >> Some questions about this commit, which I'm sure more people must have: > > Sure, good questions and as you say, many likely thinking the same. > >> * Was it really necessary to commit hundreds of clearly generated files? > > Short answer is "yes" - since they are actually what makes the build > work. > >> * Couldn't these be generated on the fly, or with some "make depend" like >> command? > > The whole point is to avoid that overhead. > >> * How to update these files, if you change anything in the 'real' >> Makefiles? > > For now don't worry about it, those of us that want to build/play with > meta mode will take care of updating them. > > Simply building in meta mode is all that is needed to update them. > >> * Or are you now the maintainer of these .depend files? :-) > > For now, yes. > I think that's the only reasonable approach at this early stage. Cool! What is you github account? I like to add your access to our repo, and please fix this issue: http://jenkins.hardenedbsd.org:8180/jenkins/job/HardenedBSD-master-amd64/133/consoleFull > > Thanks > --sjg > > _______________________________________________ > svn-src-head@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" >