summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-08-02 18:11:13 +0000
committerRobert Mustacchi <rm@joyent.com>2011-08-02 18:11:13 +0000
commit18f7c4f572ba3fd186e15ae3b5afd73d6e4c8f10 (patch)
treee9f9d10e230b89dd0114f391569034a60d66b1c4
parentc0cb8e8ed88a815cfa3956b0cc2720a58ef8af49 (diff)
downloadillumos-kvm-18f7c4f572ba3fd186e15ae3b5afd73d6e4c8f10.tar.gz
HVM-544 kvm-xxx should use make instead of gmake
-rwxr-xr-xtools/kvm-xxx2
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"