]> Git Repo - qemu.git/commit - Makefile
Fix build for mingw32 on windows ($$ expansion)
authorStefan Weil <[email protected]>
Thu, 19 Nov 2009 19:19:56 +0000 (20:19 +0100)
committerAnthony Liguori <[email protected]>
Thu, 3 Dec 2009 21:25:59 +0000 (15:25 -0600)
commit01d86a8544e9c8dd1cf12f66ce850db365c38f25
tree6e7a6f78bd8b23e1e3a4b4c62773e20ee345db3d
parent7ebf54bca173c1e5b970f9462436b2c151309220
Fix build for mingw32 on windows ($$ expansion)

Make using mingw32 on windows fails when running grep "=y$$".
The command is expanded to grep "=y$ and the missing "
results in an error.

I don't expect a file config-devices.mak with =y somewhere in
the middle of a line (they are always at the end of the line),
so simplifying the regular expression to =y seems to be permitted.

This avoids problems with wrong expansion.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Makefile
This page took 0.024244 seconds and 4 git commands to generate.