mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 15:48:51 +01:00
remove catch-all rule
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
This commit is contained in:
parent
4953f617c1
commit
c2bd94caa2
13
Makefile
13
Makefile
@ -33,10 +33,13 @@ TERM_RESET := $(shell tput rmso 2>/dev/null)
|
|||||||
|
|
||||||
.IGNORE: _Makefile_
|
.IGNORE: _Makefile_
|
||||||
|
|
||||||
%/Makefile:
|
all: buildroot/README fun image
|
||||||
@:
|
@:
|
||||||
|
|
||||||
all: buildroot/README fun image
|
_Makefile_:
|
||||||
|
@:
|
||||||
|
|
||||||
|
%/Makefile:
|
||||||
@:
|
@:
|
||||||
|
|
||||||
buildroot/README:
|
buildroot/README:
|
||||||
@ -59,9 +62,9 @@ Recovery/%: Recovery/output/.config
|
|||||||
@$(call MESSAGE,"Making $(notdir $@) in $(subst /,,$(dir $@))")
|
@$(call MESSAGE,"Making $(notdir $@) in $(subst /,,$(dir $@))")
|
||||||
@$(BR) BR2_EXTERNAL=../Recovery O=../Recovery/output $(notdir $@)
|
@$(BR) BR2_EXTERNAL=../Recovery O=../Recovery/output $(notdir $@)
|
||||||
|
|
||||||
%: FunKey/output/.config
|
#%: FunKey/output/.config
|
||||||
@$(call MESSAGE,"Making $@ in FunKey")
|
# @$(call MESSAGE,"Making $@ in FunKey")
|
||||||
@$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output $@
|
# @$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output $@
|
||||||
|
|
||||||
source:
|
source:
|
||||||
@$(call MESSAGE,"Getting sources")
|
@$(call MESSAGE,"Getting sources")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user