diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2014-04-05 18:25:46 +0400 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-04-07 15:19:16 +0100 |
commit | 9c269f6d7bfb81cbbf501576b979831478dac5d9 (patch) | |
tree | d546e86a842d8f67f04a944253e70c6f22231554 /hw | |
parent | dffacd4654ec8bf2898aed230852154c6ed755ed (diff) | |
download | qemu-9c269f6d7bfb81cbbf501576b979831478dac5d9.zip qemu-9c269f6d7bfb81cbbf501576b979831478dac5d9.tar.gz qemu-9c269f6d7bfb81cbbf501576b979831478dac5d9.tar.bz2 |
Makefile: remove bashism
When installing modules (when --enable-modules is specified for
./configure), Makefile uses the following construct to replace all
slashes with dashes in module name:
${s//\//-}
This is a bash-specific substitution mechanism. POSIX does not
have it, and some operating systems (for example Debian) does not
implement this construct in default shell (for example dash).
Use more traditional way to perform the substitution: use `tr' tool.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Message-id: 1396707946-21351-1-git-send-email-mjt@msgid.tls.msk.ru
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions