Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1171940
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Rasmus Villemoes <linux@rasmusvillemoes.dk> |
| Newsgroups | linux.kernel |
| Subject | [RFC v2 3/4] kbuild: remove *.su files generated by -fstack-usage |
| Date | Thu, 25 Jun 2015 10:30:02 +0200 |
| Message-ID | <pFaHM-3gT-7@gated-at.bofh.it> (permalink) |
| References | <pDC5r-6YN-7@gated-at.bofh.it> <pFaHM-3gT-5@gated-at.bofh.it> |
| X-Original-To | Michal Marek <mmarek@suse.cz> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=rasmusvillemoes.dk; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=7voCe6YNxCWkl5XceYykoBOYaKaLAAX833SaLyscALk=; b=MlsC7bpWpqfV6DLT/CouxmMDd9bphN8fqYxV8mj7C/+O26QbN3vznMbbR/X7wNl5HI eKWLtB91MsbxeuIWlUyAX+i4qzYmVGKPtnbJFwFp9fKxLMcpvb+cEqkdbnuS5qC8qVfO zXEZKt+VLgRljjkIwp9nsPC3ol1pVVChhEnh8= |
| 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:date:message-id:in-reply-to :references; bh=7voCe6YNxCWkl5XceYykoBOYaKaLAAX833SaLyscALk=; b=nB3YkWo1CL4P3t65d/MtczLHNYq9I94Yo/oFwgmLJY0pHky3s/ZCaNMeyAKOVH1SwT ptO1lziqt/6A9FOr6Uk0YvuRlzWNFvjY1KqwQCie+IIanuiyiUdJJbx7S3hWa5zWb+E5 on14SjR1GHWMdAoOuoEtG17q1dQOEi58MyYbYyLUA91zRsAFItkMuuSNISrDJEjxdQk3 zq8o5ZsroO0/XUOkezMdxnaycUy9bnIHIby7B/jHVKPB25PWJf2JJTPW6fcGsmMx/vcJ a2zFE+J4n0NMPNssEsGwzbp70cnkaIpqI2gH83MhpbZvRYC1HgBIRwZXYuR0NsCp6Xfd tDzQ== |
| X-Gm-Message-State | ALoCoQlAWPhb2uqNs8XlUl6Qr7oMyEJrzQvFvfSjLlxlCNKYvcO4VKkHdWcMQPo/GvgyED7c8zf8 |
| X-Received | by 10.112.161.40 with SMTP id xp8mr43372266lbb.71.1435220512809; Thu, 25 Jun 2015 01:21:52 -0700 (PDT) |
| X-Mailer | git-send-email 2.1.3 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 28 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kbuild@vger.kernel.org, Rasmus Villemoes <linux@rasmusvillemoes.dk>, linux-kernel@vger.kernel.org |
| X-Original-Date | Thu, 25 Jun 2015 10:21:31 +0200 |
| X-Original-Message-ID | <1435220492-15868-4-git-send-email-linux@rasmusvillemoes.dk> |
| X-Original-References | <1434849046-19920-1-git-send-email-linux@rasmusvillemoes.dk> <1435220492-15868-1-git-send-email-linux@rasmusvillemoes.dk> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1171940 |
Show key headers only | View raw
Make sure 'make clean' removes *.su files generated by the gcc option -fstack-usage. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6c6f14628f32..81f1d74848cc 100644 --- a/Makefile +++ b/Makefile @@ -1429,6 +1429,7 @@ clean: $(clean-dirs) \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \ -o -name '*.ko.*' \ -o -name '*.dwo' \ + -o -name '*.su' \ -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \ -o -name '*.symtypes' -o -name 'modules.order' \ -o -name modules.builtin -o -name '.tmp_*.o.*' \ -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[RFC v2 3/4] kbuild: remove *.su files generated by -fstack-usage Rasmus Villemoes <linux@rasmusvillemoes.dk> - 2015-06-25 10:30 +0200
csiph-web