From c2bd94caa2a54a846a0b4e8fbfe41db76d1d7361 Mon Sep 17 00:00:00 2001 From: Michel Stempin Date: Thu, 22 Oct 2020 08:12:03 +0200 Subject: [PATCH] remove catch-all rule Signed-off-by: Michel Stempin --- Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5db15d3..4eb502f 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,13 @@ TERM_RESET := $(shell tput rmso 2>/dev/null) .IGNORE: _Makefile_ -%/Makefile: +all: buildroot/README fun image @: -all: buildroot/README fun image +_Makefile_: + @: + +%/Makefile: @: buildroot/README: @@ -59,9 +62,9 @@ Recovery/%: Recovery/output/.config @$(call MESSAGE,"Making $(notdir $@) in $(subst /,,$(dir $@))") @$(BR) BR2_EXTERNAL=../Recovery O=../Recovery/output $(notdir $@) -%: FunKey/output/.config - @$(call MESSAGE,"Making $@ in FunKey") - @$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output $@ +#%: FunKey/output/.config +# @$(call MESSAGE,"Making $@ in FunKey") +# @$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output $@ source: @$(call MESSAGE,"Getting sources")