Skip to content

Commit 7103543

Browse files
committed
rm -rf -*.*
1 parent f4a97f3 commit 7103543

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README-BUILD.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,14 @@ network connection or a computer entering sleep.
200200
```sh
201201
screen -S qemu
202202

203-
sudo rm -rf ~/Work/qemu-riscv-*
203+
sudo rm -rf ~/Work/qemu-riscv-*-*
204204
bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --all
205205
```
206206

207207
or, for development builds:
208208

209209
```sh
210-
sudo rm -rf ~/Work/qemu-riscv-*
210+
sudo rm -rf ~/Work/qemu-riscv-*-*
211211
bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop--without-pdf --without-html --disable-tests --linux64 --win64
212212
```
213213

@@ -271,14 +271,14 @@ network connection or a computer entering sleep.
271271
```sh
272272
screen -S qemu
273273

274-
sudo rm -rf ~/Work/qemu-riscv-*
274+
sudo rm -rf ~/Work/qemu-riscv-*-*
275275
bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --all
276276
```
277277

278278
or, for development builds:
279279

280280
```sh
281-
sudo rm -rf ~/Work/qemu-riscv-*
281+
sudo rm -rf ~/Work/qemu-riscv-*-*
282282
bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --without-pdf --without-html --disable-tests --arm32 --arm64
283283
```
284284

@@ -319,14 +319,14 @@ network connection or a computer entering sleep.
319319
```sh
320320
screen -S qemu
321321

322-
rm -rf ~/Work/qemu-riscv-*
322+
rm -rf ~/Work/qemu-riscv-*-*
323323
caffeinate bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --macos
324324
```
325325

326326
or, for development builds:
327327

328328
```sh
329-
rm -rf ~/Work/qemu-riscv-*
329+
rm -rf ~/Work/qemu-riscv-*-*
330330
caffeinate bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --without-pdf --without-html --disable-tests --macos
331331
```
332332

README-RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Before the real build, run a test build on the development machine (`wks`)
8888
or the production machines (`xbbma`, `xbbmi`):
8989

9090
```sh
91-
sudo rm -rf ~/Work/qemu-riscv-*
91+
sudo rm -rf ~/Work/qemu-riscv-*-*
9292

9393
caffeinate bash ${HOME}/Work/qemu-riscv-xpack.git/scripts/helper/build.sh --develop --macos
9494
```

scripts/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ does not download it again if available locally.
3232
To force a new download, remove the local archive:
3333

3434
```sh
35-
rm -rf ~/Work/cache/xpack-qemu-riscv-*
35+
rm -rf ~/Work/cache/xpack-qemu-riscv-*-*
3636
```
3737

3838
## Start the GitHub Actions tests

0 commit comments

Comments
 (0)