Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1294637

Re: [PATCH] tools build: Remove FEATURE-DUMP

From Jiri Olsa <jolsa@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH] tools build: Remove FEATURE-DUMP
Date 2015-12-18 11:20 +0100
Message-ID <qH0iK-4hR-17@gated-at.bofh.it> (permalink)
References <qD1n4-3hJ-9@gated-at.bofh.it> <qD1wK-3l4-15@gated-at.bofh.it> <qD4uC-59N-5@gated-at.bofh.it> <qGYTE-3jm-33@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Dec 18, 2015 at 04:41:05PM +0800, Wangnan (F) wrote:

SNIP

> >>  # features detection state.
> >>  FEATURE_INCLUDE_FILENAME = $(OUTPUT)FEATURE-INCLUDE$(FEATURE_USER)
> >>+FEATURE_DUMP := $(foreach feat,$(FEATURE_DISPLAY),feature-$(feat)=$(feature-$(feat)))
> >>+FEATURE_DUMP_FILE := $(foreach feat,$(FEATURE_DISPLAY),$(shell touch $(FEATURE_INCLUDE_FILENAME); cat $(FEATURE_INCLUDE_FILENAME) | grep 'feature-$(feat)='))
> >hum, this ignores dwarf-post-unwind setup, I think it needs more changes
> >I'll post new version
> 
> Hi Jiri,
> 
> What the current status of this patch and 'tools build: Introduce
> features dump include makefile'? They are in my local tree for a long time.

hi,
I'll try to send it out next week.. I needed to factor the code a little

jirka
--
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 | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH] tools build: Remove FEATURE-DUMP "Wangnan (F)" <wangnan0@huawei.com> - 2015-12-18 09:50 +0100
  Re: [PATCH] tools build: Remove FEATURE-DUMP Jiri Olsa <jolsa@redhat.com> - 2015-12-18 11:20 +0100

csiph-web