Revert " * Makefile (check-guess): Don't remove uname here."

This reverts commit f34dacb346.
This commit is contained in:
Ben Elliston
2019-03-23 22:09:04 +11:00
parent f34dacb346
commit f6872aecd5
3 changed files with 1 additions and 10 deletions

View File

@ -42,8 +42,6 @@ EOF
continue
fi
$verbose && echo "PASS: $triplet"
# only remove uname dummy script if the test passes
rm uname
done
return $rc
}