From 28feec9a7643267aa22c268508da8c95307a20c8 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Tue, 14 May 2019 09:35:48 +0200 Subject: [PATCH] x230: build.sh remove temporary defconfig after building --- x230/.gitignore | 5 ++--- x230/build.sh | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x230/.gitignore b/x230/.gitignore index 66798e0..f8064f9 100644 --- a/x230/.gitignore +++ b/x230/.gitignore @@ -1,4 +1,3 @@ -output +/output x230_coreboot_seabios_*rom* -build -/config-* +/build diff --git a/x230/build.sh b/x230/build.sh index b1ad4ae..62a57b6 100755 --- a/x230/build.sh +++ b/x230/build.sh @@ -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-*