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

'cd leon make' in top Makefile #27

Open
dimpase opened this issue Jan 2, 2017 · 1 comment
Open

'cd leon make' in top Makefile #27

dimpase opened this issue Jan 2, 2017 · 1 comment

Comments

@dimpase
Copy link
Member

dimpase commented Jan 2, 2017

This is of course a typo. It is meant to be cd leon; make or even better cd leon && ./configure && $(MAKE). It is important that ./configure is invoked before make, as the Makefile must be generated.

While make -j1 would have Makefile ready (made in another target), it need not be the case for make -j10 or something like this.

See more here: https://trac.sagemath.org/ticket/22116

@orlitzky
Copy link

You fixed this yourself in e688be9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants