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 remove temporary defconfig after building
pull/102/head
Martin Kepplinger
5 years ago
parent
e1673a90a1
commit
28feec9a76
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
x230/.gitignore
+1
-0
x230/build.sh
+ 2
- 3
x230/.gitignore
View File
@ -1,4 +1,3 @@
output
/
output
x230_coreboot_seabios_*rom*
build
/config-*
/build
+ 1
- 0
x230/build.sh
View File
@ -78,3 +78,4 @@ cp $CONFIGFILE $CONFIGFILE_READY
cd
..
./build.sh --clean-slate --commit
$(
ls -1 x230/defconfig-*
|
cut -d
'-'
-f2-
)
x230
rm -f x230/defconfig-*
Write
Preview
Loading…
Cancel
Save