We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4680f2e commit 2977fe5Copy full SHA for 2977fe5
etc/lib.sh
@@ -203,6 +203,7 @@ _need_regenerate_sysinc_dir() {
203
_regenerate_sysinc_dir() {
204
printf "Generating lib/sysinc from lib/sysinc-src ..."
205
local LOGFILE="$OUT_DIR/gen-sysinc.log"
206
+ mkdir -p "$OUT_DIR"
207
if ! $BASH "$PROJECT/etc/gen-sysinc.sh" > "$LOGFILE" 2>&1; then
208
echo " failed. See $(_relpath "$LOGFILE")" >&2
209
exit 1
0 commit comments