From: Jani Nikula Date: Sun, 25 May 2014 07:58:07 +0000 (+0300) Subject: Re: [PATCH 1/3] build: don't add sub Makefiles to the global deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=167e8d34156c23336559ce83e84141e61eafe34c;p=notmuch-archives.git Re: [PATCH 1/3] build: don't add sub Makefiles to the global deps --- diff --git a/10/6c01fa6c5b653ae314a43da4e4b3abdc0a6ea0 b/10/6c01fa6c5b653ae314a43da4e4b3abdc0a6ea0 new file mode 100644 index 000000000..d96147322 --- /dev/null +++ b/10/6c01fa6c5b653ae314a43da4e4b3abdc0a6ea0 @@ -0,0 +1,104 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 0586E431FC7 + for ; Sun, 25 May 2014 00:58:15 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id fdBo43z9AheY for ; + Sun, 25 May 2014 00:58:11 -0700 (PDT) +Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com + [209.85.212.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 70762431FC4 + for ; Sun, 25 May 2014 00:58:11 -0700 (PDT) +Received: by mail-wi0-f169.google.com with SMTP id hi2so2930314wib.2 + for ; Sun, 25 May 2014 00:58:10 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=z3E/WQz5PP3X+2g2oD6vIPcUo1zh8oIDJmf+5LZ8j64=; + b=gO3Rs7CZmUEicR1q43nFcmn4sBUHA0tUCjJJ70Y3mpoEh+grz3MPoXyeInAm9sJUWN + rFKc7VZeRJroOxJB6JDa4cZz3T8vLEFPkqMdCm2azNprirEAMvRgGGabcPHaAlmpBsLW + e74wJ7pT5qoCaxpY+Ihd0zSSjYyKvSUNg8UZTWzUEEZ2kKq2djZQEPdSWiPVR/pF68Dp + 1degaOWGzWE2jKybVW1UoaondjhQo77VFyXY8Vz6okTWx8J+9SGzQiBSd7MhQcHBtqpB + 0KxjwmNtiAkxTBkWNQkhnWGVoheOhDPdMPZxHvmENvQpCE9A7RvZJURiM0iyKw7oHs2Q + mexQ== +X-Gm-Message-State: + ALoCoQnjoiaXxVYTshHukLzxtn3yZcp6qanuEV3Vm0wBfbxHSpcegA0taG+AfnWK7GndU1iR7NFp +X-Received: by 10.194.158.132 with SMTP id wu4mr617506wjb.96.1401004690286; + Sun, 25 May 2014 00:58:10 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) by mx.google.com with ESMTPSA id + je7sm11862271wic.14.2014.05.25.00.58.08 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sun, 25 May 2014 00:58:09 -0700 (PDT) +From: Jani Nikula +To: Felipe Contreras , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/3] build: don't add sub Makefiles to the global deps +In-Reply-To: <1400841267-12807-2-git-send-email-felipe.contreras@gmail.com> +References: <1400841267-12807-1-git-send-email-felipe.contreras@gmail.com> + <1400841267-12807-2-git-send-email-felipe.contreras@gmail.com> +User-Agent: Notmuch/0.18~rc0+2~gbc64cdc (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 25 May 2014 10:58:07 +0300 +Message-ID: <87wqdai92o.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: Ali Polatel +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 25 May 2014 07:58:15 -0000 + +On Fri, 23 May 2014, Felipe Contreras wrote: +> They don't affect the global build. + +They do. + +BR, +Jani. + +> +> Signed-off-by: Felipe Contreras +> --- +> Makefile | 2 +- +> 1 file changed, 1 insertion(+), 1 deletion(-) +> +> diff --git a/Makefile b/Makefile +> index 4c0e8c6..2d1aee9 100644 +> --- a/Makefile +> +++ b/Makefile +> @@ -20,7 +20,7 @@ include Makefile.config +> +> # We make all targets depend on the Makefiles themselves. +> global_deps = Makefile Makefile.config Makefile.local \ +> - $(subdirs:%=%/Makefile) $(subdirs:%=%/Makefile.local) +> + $(subdirs:%=%/Makefile.local) +> +> Makefile.config: $(srcdir)/configure +> ifeq ($(configure_options),) +> -- +> 1.9.3+fc1~5~gfaddd51 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch