From owner-svn-src-all@FreeBSD.ORG Sun Jun 14 22:19:43 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B2DC7FC for ; Sun, 14 Jun 2015 22:19:43 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) (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 11870E2C for ; Sun, 14 Jun 2015 22:19:43 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wgbhy7 with SMTP id hy7so22530774wgb.2 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=jjrqQsd73bpzzPLt1zDSAga+yrtRknPZUveT8Fr5Y5MoqwImitgImaxmqrrPwUWvuk qE9q2860T7xJaIs0JvaOjnKCFh/2Q021LpCjAuC8TzwkAl9mdv1FOu3JfWhmWCcKjlYD yjrAxjNNjdAu3ap80lqJbWoCt4fRrASzyPWziilCpB0w1YKXdgUTSZ/qP9P+iS/4dtKI 3NYq12ggJC7C1491GeDp2mnu7vg7Qek9kRVCEC5B1nHjlUTTCSbL8w1SYW/IKXWILCmt wBOoWHl3qtj9gapB6jNjdA7FecN6DgWjngIsXKaIXvFS6L/jlNSsKq2xC01bZXtlVJwj TGYw== X-Gm-Message-State: ALoCoQnyIrhM41pbt29G6lRVH+X6P9zoYsYIhyg0MulMW6iYjaM7k4Bg0hHYrKe5ggm/HrWKzVyN 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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" >