diff options
| -rw-r--r-- | tools/build/Makefile.feature | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature index 37ff4c9f92f1..b8c31ece2d96 100644 --- a/tools/build/Makefile.feature +++ b/tools/build/Makefile.feature | |||
| @@ -101,7 +101,6 @@ ifeq ($(feature-all), 1) | |||
| 101 | # | 101 | # |
| 102 | $(foreach feat,$(FEATURE_TESTS),$(call feature_set,$(feat))) | 102 | $(foreach feat,$(FEATURE_TESTS),$(call feature_set,$(feat))) |
| 103 | else | 103 | else |
| 104 | $(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CFLAGS="$(EXTRA_CFLAGS)" LDFLAGS=$(LDFLAGS) -i -j -C $(feature_dir) $(addsuffix .bin,$(FEATURE_TESTS)) >/dev/null 2>&1) | ||
| 105 | $(foreach feat,$(FEATURE_TESTS),$(call feature_check,$(feat))) | 104 | $(foreach feat,$(FEATURE_TESTS),$(call feature_check,$(feat))) |
| 106 | endif | 105 | endif |
| 107 | 106 | ||
