Commit 8268944e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed Makefile syntax

parent 5e480bb0
...@@ -33,7 +33,7 @@ all: ...@@ -33,7 +33,7 @@ all:
# This condition should be removed/modified in the future when QEMU TCG will catch up with real world Skylake CPU and/or Cortex-A7 and/or Cortex-A75 and/or Cortex-A78AE. # This condition should be removed/modified in the future when QEMU TCG will catch up with real world Skylake CPU and/or Cortex-A7 and/or Cortex-A75 and/or Cortex-A78AE.
if [[ `lscpu | grep -c "^Model name:.*Skylake"` = 0 ]] && \ if [[ `lscpu | grep -c "^Model name:.*Skylake"` = 0 ]] && \
[[ `lscpu | grep -c "^Model name:.*Carmel"` = 0 ]] && \ [[ `lscpu | grep -c "^Model name:.*Carmel"` = 0 ]] && \
[[ `lscpu | grep -c "^Model name:.*Cortex-A78AE"` = 0 ]] && [[ `lscpu | grep -c "^Model name:.*Cortex-A78AE"` = 0 ]] && \
! [[ ! -c /dev/kvm && `uname -m` = 'armv7l' ]] ; then \ ! [[ ! -c /dev/kvm && `uname -m` = 'armv7l' ]] ; then \
chown -Rv nobody libguestfs-1.45.6 ; \ chown -Rv nobody libguestfs-1.45.6 ; \
su nobody -s /bin/bash -c "PATH=$$PATH SKIP_QEMU_FORCE_TCG_SH=1 SKIP_TEST_RSYNC_SH=1 make -C libguestfs-1.45.6 check" ; \ su nobody -s /bin/bash -c "PATH=$$PATH SKIP_QEMU_FORCE_TCG_SH=1 SKIP_TEST_RSYNC_SH=1 make -C libguestfs-1.45.6 check" ; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment