« Previous | Next » 

Revision 9ef622e3

ID9ef622e31e7168a9a2c80f95d245c2ad156e3fa7

Added by Peter Maydell over 10 years ago

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 <>.

Signed-off-by: Peter Maydell <>
Signed-off-by: Paolo Bonzini <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences