This commit is contained in:
parent
ef42c45d0c
commit
0500f6d677
|
@ -1,5 +1,10 @@
|
|||
#! /bin/sh -e
|
||||
|
||||
if test "$(uname)" = FreeBSD; then
|
||||
echo "skipping on FreeBSD"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
rm -rf scratch
|
||||
mkdir -p scratch
|
||||
mkdir -p scratch/libsA
|
||||
|
|
Loading…
Reference in New Issue