diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-08-02 18:11:13 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-08-02 18:11:13 +0000 |
commit | 18f7c4f572ba3fd186e15ae3b5afd73d6e4c8f10 (patch) | |
tree | e9f9d10e230b89dd0114f391569034a60d66b1c4 | |
parent | c0cb8e8ed88a815cfa3956b0cc2720a58ef8af49 (diff) | |
download | illumos-kvm-18f7c4f572ba3fd186e15ae3b5afd73d6e4c8f10.tar.gz |
HVM-544 kvm-xxx should use make instead of gmake
-rwxr-xr-x | tools/kvm-xxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kvm-xxx b/tools/kvm-xxx index 6b9e0e7..0cfe7e6 100755 --- a/tools/kvm-xxx +++ b/tools/kvm-xxx @@ -65,7 +65,7 @@ if [[ ! -d .git ]]; then fatal "must be in the root directory of the repo" fi -gmake clean +make clean if ! git checkout master > /dev/null 2>&1 ; then fatal "could not checkout master" |