diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-11-20 11:50:28 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-11-20 11:50:28 +0100 |
commit | 723707b91890ea76055b56f7eec8374813fc2786 (patch) | |
tree | db4c24b5d775825defac4f883cbc9e61c29cff2b | |
parent | 5e2de3a44fe9e0159a70e8d67aa25d24112454bd (diff) | |
download | seabios-723707b91890ea76055b56f7eec8374813fc2786.tar.gz |
rm hex files so iasl actually does something
-rw-r--r-- | seabios.git.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/seabios.git.spec b/seabios.git.spec index 255d01b..ef61a31 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -56,8 +56,9 @@ function do_build() { rm -rf out cp "$cfg" ".config" yes "" | make oldconfig - make EXTRAVERSION="$extra" + rm -f "src/fw/"*.hex make EXTRAVERSION="$extra" iasl + make EXTRAVERSION="$extra" make EXTRAVERSION="$extra" $target } echo "%{version}" > .version |