mirror of https://github.com/xemu-project/xemu.git
fix scripts/update-linux-headers.sh here document
The minus sign after << causes the shell to strip only
preceding tabs, not spaces.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20171110090354.29608-1-kraxel@redhat.com>
Fixes: 40bf8e9aed
Reviewed-by: Roman Kagan <rkagan@virtuozzo.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Tested-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
07c114bbf3
commit
4950b1a766
|
@ -106,7 +106,7 @@ for arch in $ARCHLIST; do
|
|||
if [ $arch = x86 ]; then
|
||||
cat <<-EOF >"$output/include/standard-headers/asm-x86/hyperv.h"
|
||||
/* this is a temporary placeholder until kvm_para.h stops including it */
|
||||
EOF
|
||||
EOF
|
||||
cp "$tmpdir/include/asm/unistd_32.h" "$output/linux-headers/asm-x86/"
|
||||
cp "$tmpdir/include/asm/unistd_x32.h" "$output/linux-headers/asm-x86/"
|
||||
cp "$tmpdir/include/asm/unistd_64.h" "$output/linux-headers/asm-x86/"
|
||||
|
|
Loading…
Reference in New Issue