From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: Branches & directories Date: Mon, 03 Oct 2011 00:48:27 -0700 Message-ID: <7v4nzqikhg.fsf@alter.siamese.dyndns.org> References: <4E889813.8070205@gmail.com> <20111003030723.GA24523@sigill.intra.peff.net> <20111003073456.GA10054@sigill.intra.peff.net> <20111003074412.GC9455@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Matthieu Moy , Hilco Wijbenga , Robin Rosenberg , Kyle Moffett , Michael Witten , Evan Shelhamer , Git Mailing List To: Jeff King X-From: git-owner@vger.kernel.org Mon Oct 03 09:48:35 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RAdGM-0004RY-Mo for gcvg-git-2@lo.gmane.org; Mon, 03 Oct 2011 09:48:35 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752717Ab1JCHsb (ORCPT ); Mon, 3 Oct 2011 03:48:31 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:45833 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752763Ab1JCHsa (ORCPT ); Mon, 3 Oct 2011 03:48:30 -0400 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 171683B9A; Mon, 3 Oct 2011 03:48:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=v+7hKHQ1XMQSq0zdos6VcXar8G4=; b=KqwQBA Om+VaF3vhtK10O+CLA6fu1UM+ugc9Pew7PIOirNdKxoHbMUGc7FgpI2wAbfKhI4W gzdmGaVM0mt3rqXZ4kVPH+OPI5k/EAfQFfB/ZvuG73oWqMgrINXk4PVAiFwMYoC8 gJWt1upFss54Ec8JSjHQQ9DghfdnicAWmBiSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=hrpCw9BEVpgGFLxODjvim1yn5HJ0UXM3 IaeD1kOetT1Iwwjrwwfxas9y5d/RUAGAwcsaYSiH7K8sKPafUcT46UndiZuTmsvL YBJZjK1tMBOJqOX70YO/IfguHtDa+uR9wbD2DlDHMjIqkBOGjAECYjIdgj3nOTxg PcxceHK3MA8= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 0CC6F3B99; Mon, 3 Oct 2011 03:48:29 -0400 (EDT) Received: from pobox.com (unknown [76.102.170.102]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 8B20A3B98; Mon, 3 Oct 2011 03:48:28 -0400 (EDT) In-Reply-To: <20111003074412.GC9455@sigill.intra.peff.net> (Jeff King's message of "Mon, 3 Oct 2011 03:44:12 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 151A9964-ED94-11E0-A6BD-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jeff King writes: > Yeah, you'd have to maintain your own dependency tree, then. Which is > nasty (aside from the work involved), because I don't think you can > portably get the header dependencies out of the C compiler. Heh, but doesn't your Makefile know the header dependencies anyway?