_LIBKVM_SH=case`uname -s` in *BSD)echo"-lkvm";; *) echo;;esac
_LIBKVM!=${_LIBKVM_SH}
LIBKVM?=${_LIBKVM}$(shell ${_LIBKVM_SH})
# Maye as well define INSTALL here as everything uses us
INSTALL?= install
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.