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

Order only attributes crashing make #47

Closed
manodeep opened this issue Apr 1, 2016 · 3 comments
Closed

Order only attributes crashing make #47

manodeep opened this issue Apr 1, 2016 · 3 comments

Comments

@manodeep
Copy link
Owner

manodeep commented Apr 1, 2016

Reported by @andrew-zentner. Make crashes with error:

make: *** No rule to make target |', needed by install'. Stop.

$ make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-apple-darwin8.5.1

Mac OS 10.7.5

@manodeep
Copy link
Owner Author

manodeep commented Apr 1, 2016

The make is too old. Order only pre-requisites were added in make 3.80

@manodeep
Copy link
Owner Author

manodeep commented Apr 1, 2016

Need to add a make version check in common.mk and then suggest possible options to upgrade make, if necessary.

@manodeep
Copy link
Owner Author

manodeep commented Apr 2, 2016

Fixed via commit 54f0fcf

common.mk now checks for make version and outputs a message. I have updated the list of pre-requisites.

@manodeep manodeep closed this as completed Apr 2, 2016
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

1 participant