Kaydet (Commit) 638b8086 authored tarafından David Tardon's avatar David Tardon

AutoInstall defs must be regenerated if config changes

Change-Id: I506faca987ec4d1a85362dc9aec61aa4c3d21789
üst 2dec0679
...@@ -20,7 +20,8 @@ $(dir $(call gb_AutoInstall_get_target,%)).dir : ...@@ -20,7 +20,8 @@ $(dir $(call gb_AutoInstall_get_target,%)).dir :
$(if $(wildcard $(dir $@)),,mkdir -p $(dir $@)) $(if $(wildcard $(dir $@)),,mkdir -p $(dir $@))
$(call gb_AutoInstall_get_target,%) : $(GBUILDDIR)/AutoInstall.mk \ $(call gb_AutoInstall_get_target,%) : $(GBUILDDIR)/AutoInstall.mk \
$(SRCDIR)/Repository.mk $(SRCDIR)/RepositoryExternal.mk $(SRCDIR)/Repository.mk $(SRCDIR)/RepositoryExternal.mk \
$(BUILDDIR)/config_host.mk
$(call gb_Output_announce,$*,$(true),AIN,3) $(call gb_Output_announce,$*,$(true),AIN,3)
echo "/* autogenerated installs for group $* */" > $@ echo "/* autogenerated installs for group $* */" > $@
$(call gb_AutoInstall__make_define,\ $(call gb_AutoInstall__make_define,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment