Merge pull request #3 from xiaoxiang781216/builtin
Add .updated target to handle the no builtin app case correctly
This commit is contained in:
commit
73e1696e8b
@ -41,6 +41,9 @@ include $(APPDIR)/Make.defs
|
|||||||
all:
|
all:
|
||||||
.PHONY: context depend clean distclean
|
.PHONY: context depend clean distclean
|
||||||
|
|
||||||
|
.updated: $(DEPCONFIG)
|
||||||
|
$(Q) touch .updated
|
||||||
|
|
||||||
# This must run before any other context target
|
# This must run before any other context target
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user