summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-06-20 10:29:16 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-06-20 10:29:16 +0200
commit0c64e30ebb88171f96eacf649379770f9f87355f (patch)
tree81a4d45de7c8a1b9f3d5d7a0cc25b9c4a3a9e957
parentf9adc9a8a7ac6cb7f3405899e92ba3c91d13b6ff (diff)
downloadseabios-0c64e30ebb88171f96eacf649379770f9f87355f.tar.gz
fix build
-rw-r--r--seabios.git.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/seabios.git.spec b/seabios.git.spec
index 025a3e4..78b4c34 100644
--- a/seabios.git.spec
+++ b/seabios.git.spec
@@ -62,7 +62,6 @@ function do_build() {
rm -rf out
cp "$cfg" ".config"
yes "" | make oldconfig
- rm -f "src/fw/"*.hex
make EXTRAVERSION="$extra"
make EXTRAVERSION="$extra" $target
}