From 9335117d7e401ce095380e8d4e1604a21777c573 Mon Sep 17 00:00:00 2001 From: Xin Li Date: Tue, 15 May 2018 08:36:04 -0700 Subject: [PATCH] Use correct case for GPL. Test: build Change-Id: Id8c671b142231a9c4baeac3a7b9e3cd328b3217e --- core/tasks/collect_gpl_sources.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tasks/collect_gpl_sources.mk b/core/tasks/collect_gpl_sources.mk index 70f0afe557..fdbf6c958d 100644 --- a/core/tasks/collect_gpl_sources.mk +++ b/core/tasks/collect_gpl_sources.mk @@ -22,7 +22,7 @@ gpl_source_tgz := $(DIST_DIR)/gpl_source.tgz # FORCE since we can't know whether any of the sources changed $(gpl_source_tgz): PRIVATE_PATHS := $(sort $(patsubst %/, %, $(dir $(ALL_GPL_MODULE_LICENSE_FILES)))) $(gpl_source_tgz) : $(ALL_GPL_MODULE_LICENSE_FILES) - @echo Package gpl sources: $@ + @echo Package GPL sources: $@ $(hide) tar cfz $@ --exclude ".git*" $(PRIVATE_PATHS) # Dist the tgz only if we are doing a full build