fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[libside.git] / bootstrap
CommitLineData
82abd52d
MJ
1#!/bin/sh
2#
3# SPDX-License-Identifier: MIT
4# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
5
6set -x
7if [ ! -d "config" ]; then
8 mkdir config
9fi
10
11autoreconf -vif -W all,error
This page took 0.023174 seconds and 4 git commands to generate.