Loading core/tasks/tools/package-modules.mk +4 −3 Original line number Diff line number Diff line Loading @@ -28,9 +28,10 @@ $(foreach m,$(my_modules),\ # Ignore unknown installed files on partial builds my_missing_files := ifneq ($(ALLOW_MISSING_DEPENDENCIES),true) my_missing_files = $(shell $(call echo-warning,$(my_makefile),$(my_package_name): Unknown installed file for module '$(1)')) endif # These warnings are too noisy, silence them for now. #ifneq ($(ALLOW_MISSING_DEPENDENCIES),true) #my_missing_files = $(shell $(call echo-warning,$(my_makefile),$(my_package_name): Unknown installed file for module '$(1)')) #endif # Iterate over modules' built files and installed files; # Calculate the dest files in the output zip file. Loading Loading
core/tasks/tools/package-modules.mk +4 −3 Original line number Diff line number Diff line Loading @@ -28,9 +28,10 @@ $(foreach m,$(my_modules),\ # Ignore unknown installed files on partial builds my_missing_files := ifneq ($(ALLOW_MISSING_DEPENDENCIES),true) my_missing_files = $(shell $(call echo-warning,$(my_makefile),$(my_package_name): Unknown installed file for module '$(1)')) endif # These warnings are too noisy, silence them for now. #ifneq ($(ALLOW_MISSING_DEPENDENCIES),true) #my_missing_files = $(shell $(call echo-warning,$(my_makefile),$(my_package_name): Unknown installed file for module '$(1)')) #endif # Iterate over modules' built files and installed files; # Calculate the dest files in the output zip file. Loading