mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Do not make tmp dir on tmpfs
This commit is contained in:
parent
0c481ef748
commit
ca59a00ad2
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
||||
[ -d tmp ] || ln -s "$(mktemp -d -t ariane.XXXXXXXX)" tmp
|
||||
# [ -d tmp ] || ln -s "$(mktemp -d -t ariane.XXXXXXXX)" tmp
|
||||
[ -d tmp ] || mkdir -p tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue