]> granicus.if.org Git - libevent/commitdiff
vagrant/osx: use make instead of gmake (there is no gmake)
authorAzat Khuzhin <a3at.mail@gmail.com>
Tue, 6 Dec 2016 10:06:08 +0000 (13:06 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 6 Dec 2016 10:06:50 +0000 (13:06 +0300)
$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0

Vagrantfile

index 133e8fad8ded0c5a0089bb4339ff48e744efe0d1..94b2831b05369088f9fb8f9b79fc1aa241995d3f 100644 (file)
@@ -266,7 +266,7 @@ Vagrant.configure("2") do |config|
         cd /vagrant
         ./autogen.sh
         ./configure
-        gmake -j4 verify
+        make -j4 verify
       SHELL
     end
   end