Artifact 5324a3498816746a5e464a158cbb21b3733d24c7:
- Executable file build/builtin-certs-update — part of check-in [11c30d03cf] at 2015-03-22 06:24:53 on branch trunk — Updated to not update built-in certs file if one of the makes fails (user: rkeene, size: 208) [annotate] [blame] [check-ins using] [more...]
#! /bin/bash
set -e
ourdir="$(dirname "$(which "$0")")"
cd "${outdir}" || exit 1
make -C certs/dod distclean all
make -C certs/federal distclean all
./certs-to-c certs/*/*.crt > ../cackey_builtin_certs.h