]> git.ipfire.org Git - thirdparty/qemu.git/commit - Makefile
allow to build with older sed
authorJan Beulich <JBeulich@suse.com>
Fri, 19 Jan 2018 07:52:27 +0000 (00:52 -0700)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 15 Feb 2018 16:54:57 +0000 (16:54 +0000)
commit6809df1df036840d41a0cc9ca77cc6a0214fb1b5
tree2dfb980981616dd44e210820e80958b236efea46
parentfe823b6f87b2ebedd692ca480ceb9693439d816e
allow to build with older sed

sed's -E option may not be supported by older distros. As there's no
point using sed here at all, use just shell mechanisms to establish the
variable values, starting from the stem instead of the full target.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Makefile