Re: [webrtc-stats] Make tidy has stopped working again

Yes I'm on the master branch.

Can you check your make setup with the above commands ?
```bash
$ which make
/usr/bin/make
$ ls -l /usr/bin/make
-rwxr-xr-x 1 root root 222792 avril 27  2016 /usr/bin/make
$ make --version
GNU Make 4.1
```

I believe your make version should be 3.81 as the package from Ubuntu 
14.04 is [version 
3.81-8.2ubuntu3](http://packages.ubuntu.com/trusty/make).

One thing to try first: edit `support/repos.mk` and `support/build.mk`
 and remove the leading space character at the start of each rule 
names (eg in front of `support/respec:`)

If that does not fix the issue install a newer make version from the 
[Ubuntu 16.04 make 
package](http://packages.ubuntu.com/xenial/amd64/make/download). The 
dependencies look fine, so you likely only need to run the following 
commands:
```bash
cd /tmp
wget 
http://no.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_4.1-6_amd64.deb
dpkg -i make_4.1-6_amd64.deb
```

-- 
GitHub Notification of comment by vivienlacourba
Please view or discuss this issue at 
https://github.com/w3c/webrtc-stats/issues/103#issuecomment-267036620 
using your GitHub account

Received on Wednesday, 14 December 2016 13:43:11 UTC