From de34db7f9ca823949c87ef07fa83c7c6b5e54a61 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Wed, 2 Sep 2015 17:46:59 +0300 Subject: [PATCH] Makefile: keep compiler.jar, --create-spdx Keeping compiler.jar means that if you once "make dist-src-official" or "make compiler.jar", "make dist" will then closure-minify further builds. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6862634e..69a2d594 100644 --- a/Makefile +++ b/Makefile @@ -1016,7 +1016,7 @@ cloc: dist cloc-1.60.pl # XXX: make prints a harmless warning related to the sub-make. dist: @make codepolicycheck - if [ -f compiler.jar ]; then sh util/make_dist.sh --minify closure; else sh util/make_dist.sh --minify none; fi + if [ -f compiler.jar ]; then sh util/make_dist.sh --minify closure --create-spdx; else sh util/make_dist.sh --minify none --create-spdx; fi .PHONY: dist-src dist-src: dist