Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver makefile warning #157

Closed
gianlucaborello opened this issue May 13, 2014 · 3 comments
Closed

driver makefile warning #157

gianlucaborello opened this issue May 13, 2014 · 3 comments

Comments

@gianlucaborello
Copy link
Contributor

Compiling with the latest Debian Sid I get:

$ make driver
Makefile:10: *** mixed implicit and normal rules: deprecated syntax
Built target driver

Very minor.

@dkogan
Copy link
Contributor

dkogan commented Jun 2, 2014

FYI this is something that was explicitly deprecated in GNU make 3.82. This was a backwards-incompatible change, so Debian stuck with 3.81 up until very recently, in order to be able to build old Linux kernels specifically. Debian/sid moved to make 4.0 in the last few weeks, which is why you're seeing it now.

@evgeni
Copy link
Contributor

evgeni commented Jun 29, 2014

As far as I can see, this is not a bug in sysdig's driver/Makefile, but in the Makefile of the kernel. You can easily test this by removing lines from driver/Makefile until it has less then 10 lines ;)

I'd say it can be safely ignored.

@gianlucaborello
Copy link
Contributor Author

Makes sense.

aleks-f added a commit that referenced this issue Jul 27, 2016
aleks-f added a commit that referenced this issue Oct 19, 2016
luca3m pushed a commit that referenced this issue Oct 19, 2016
dmyerscough pushed a commit to dmyerscough/sysdig that referenced this issue Mar 3, 2017
dmyerscough pushed a commit to dmyerscough/sysdig that referenced this issue Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants