summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index e5cdd2c63..f9c2d1c85 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -184,6 +184,9 @@ $1 ~ /^PTXCONF_/ {
if ($2 ~ /^[ym]$/ && this_PKG in PKG_to_pkg)
active_PKG_to_pkg[this_PKG] = PKG_to_pkg[this_PKG];
+ if (this_PKG == "PROJECT_CHECK_LICENSES")
+ CHECK_LICENSES = 1;
+
do {
if (this_PKG in PKG_to_pkg) {
next_PKG_HASHFILE = PTXDIST_TEMPDIR "/pkghash-" this_PKG;
@@ -196,8 +199,6 @@ $1 ~ /^PTXCONF_/ {
}
} while (sub(/_+[^_]+$/, "", this_PKG));
- if (this_PKG = "PROJECT_CHECK_LICENSES")
- CHECK_LICENSES = 1;
next;
}