Searched hist:afb63ebd0a9599312c27ecceb839a399740e00ef (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | afb63ebd0a9599312c27ecceb839a399740e00ef Wed Sep 26 15:04:38 CDT 2012 Stefan Weil <sw@weilnetz.de> configure: Support empty target list (--target-list=)
Specifying an empty target list with --target-list= is shorter than specifying --disable-user --disable-system.
Both variants should give the same result: no targets at all.
This modification implements that feature.
It uses a trick which works with POSIX compliant shells to test whether target_list is undefined (=> default targets) or empty (=> no targets).
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
|