Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rules.mak: New string testing functions
Add new string testing functions which return a y/n result: eq : are two strings equal (ignoring leading/trailing space)? ne : are two strings unequal? isempty : is a string empty? notempty : is a string non-empty? Based on an idea by Ákos Kovács <[email protected]>. Signed-off-by: Peter Maydell <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
- Loading branch information