From ee7f6ff2e19aecd3f7f7d284bc4852ad423a3a20 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 27 Oct 2010 03:45:43 +0200 Subject: [PATCH] nrelease: Add a missing semicolon. --- nrelease/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index ddc179222b..e955eaedf7 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -214,7 +214,7 @@ buildkernel1 buildkernel2: for kernconf in ${KERNCONF}; do \ ${WORLD_CCVER:C/^..*$/WORLD_CCVER=/}${WORLD_CCVER} \ make -j ${MAKE_JOBS} ${.TARGET:C/build(.*)2/quick\1/:C/1//} \ - KERNCONF=$${kernconf} \ + KERNCONF=$${kernconf}; \ done # note that we do not want to mess with any /usr/obj directories not related -- 2.41.0