makefile: new qstrip make function
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 30 Jul 2009 15:26:49 +0000 (17:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 Sep 2009 12:43:16 +0000 (14:43 +0200)
commit580c6d9b448ea8db5c9fe8f99aa43967d297903b
tree23ea2f53cae3b47468ef8fc4179303da7162739d
parent4d0c00588f80c0424b2819ce2f3fb8fc7046ff53
makefile: new qstrip make function

Define a qstrip function that strips double quotes and then
whitespaces around a given string. This is a very commonly needed
thing, and having a function allows to remove a large quantity of
hand-written definitions, followed by a dummy comment to make text
editors not crazy because of the unmatching double quote.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile