ci: clear and mark MAKEFLAGS exported just once
commita8c51f77d16d63aef9ee92df6ff5ddb006c38725
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 19:36:28 +0000 (7 11:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 19:36:28 +0000 (7 11:36 -0800)
treea601024d70c1e74a2ec3a5abde9b67b7de77846d
parent406f93ae48857e8483e1d8143077f45576fe9189
ci: clear and mark MAKEFLAGS exported just once

Clearing it once upfront, and turning all the assignment into
appending, would future-proof the code even more, to prevent
mistakes the previous one fixed from happening again.

Also, mark the variable exported just once at the beginning.  There
is no point in marking it exported repeatedly.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/lib.sh