$(call check_uclibc_feature,__UCLIBC_HAS_RPC__,BR2_INET_RPC,$${UCLIBC_CONFIG_FILE},RPC support) ;\
        $(call check_uclibc_feature,__UCLIBC_HAS_LOCALE__,BR2_ENABLE_LOCALE,$${UCLIBC_CONFIG_FILE},Locale support) ;\
        $(call check_uclibc_feature,__UCLIBC_HAS_WCHAR__,BR2_USE_WCHAR,$${UCLIBC_CONFIG_FILE},Wide char support) ;\
-       $(call check_uclibc_feature,__UCLIBC_HAS_PROGRAM_INVOCATION_NAME__,BR2_PROGRAM_INVOCATION,$${UCLIBC_CONFIG_FILE},Program invocation support) ;\
+       $(call check_uclibc_feature,__UCLIBC_HAS_PROGRAM_INVOCATION_NAME__,BR2_PROGRAM_INVOCATION,$${UCLIBC_CONFIG_FILE},Program invocation support)
 
 #
 # Check that the Buildroot configuration of the ABI matches the
        if [ x$(BR2_ARM_EABI) = x"y" -a $${EXT_TOOLCHAIN_ABI} = "oabi" ] ; then \
                echo "Incorrect ABI setting" ; \
                exit 1 ; \
-       fi ; \
+       fi
 
 #
 # Check that the external toolchain supports C++
        if test $$? -ne 0 ; then \
                echo "BR2_INSTALL_LIBSTDCPP is selected but C++ support not available in external toolchain" ; \
                exit 1 ; \
-       fi ; \
+       fi
 
 #
 # Check that the cross-compiler given in the configuration exists
        if test $$? -ne 0 ; then \
                echo "Cannot execute cross-compiler '$(TARGET_CC)'" ; \
                exit 1 ; \
-       fi ; \
+       fi