This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
x230: build.sh: use clean-slate option instead of deleting manually
pull/35/head
Martin Kepplinger
6 years ago
parent
a9c572fb9f
commit
de514500b6
1 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
x230/build.sh
+ 1
- 2
x230/build.sh
View File
@ -1,4 +1,3 @@
#!/bin/bash
#!/bin/bash
rm -rf build
cd
..
cd
..
./build.sh -c
$(
ls -1 x230/config-*
|
cut -c 13-22
)
x230
./build.sh -
-
c
lean-slate --commit
$(
ls -1 x230/config-*
|
cut -c 13-22
)
x230
Write
Preview
Loading…
Cancel
Save