Return to make-testing CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing |
version 1.1, 2020/06/03 09:46:45 | version 1.1.1.2, 2021/03/17 00:20:09 |
---|---|
Line 21 then | Line 21 then |
$DIR/scripts/build-guestkernel || exit 1 | $DIR/scripts/build-guestkernel || exit 1 |
fi | fi |
if [ $ENABLE_BUILD_GUESTIMAGES = "yes" ] | if [ $ENABLE_BUILD_CERTIFICATES = "yes" ] |
then | then |
$DIR/scripts/build-guestimages $HOSTS || exit 1 | # this always builds the guest images too |
$DIR/scripts/build-certs || exit 1 | |
elif [ $ENABLE_BUILD_GUESTIMAGES = "yes" ] | |
then | |
$DIR/scripts/build-guestimages || exit 1 | |
fi | fi |