diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 14:27:05 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 14:27:05 (EST) |
commit | 2386a2b6e919c5850df2e8efad78be7ab86a56b7 (patch) | |
tree | 1b151772156d9f8a55a4982f19a90050bb5d9859 /build | |
parent | fdf79211d64d39cf9b77647a8360fb32483fd1fa (diff) |
build: Don't fail if isadump/isaset don't exist
They are only built for the following Autoconf/GCC CPU types: i386,
i486, i586, i686, and x86_64.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ install: build dest/usr/sbin/sensors-detect \ dest/usr/share/man/man8/sensors-detect.8 # Tools we simply do not (yet) need: - rm \ + rm -f \ dest/usr/sbin/isadump \ dest/usr/share/man/man8/isadump.8 \ dest/usr/sbin/isaset \ |