There is probably a really easy answer to this, but I'm confused as to what exactly is going on. I extracted chromium, and typed make, and am getting errors like:
"./arch.mk", line 8: Missing dependency operator
"./arch.mk", line 9: Missing dependency operator
"./arch.mk", line 12: Need an operator
There's an error on almost every line of that file.
Then I get more of the same errors in cr.mk. Final error displayed is "Error expanding embedded variable".
Any help would be greatly appreciated. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is probably a really easy answer to this, but I'm confused as to what exactly is going on. I extracted chromium, and typed make, and am getting errors like:
"./arch.mk", line 8: Missing dependency operator
"./arch.mk", line 9: Missing dependency operator
"./arch.mk", line 12: Need an operator
There's an error on almost every line of that file.
Then I get more of the same errors in cr.mk. Final error displayed is "Error expanding embedded variable".
Any help would be greatly appreciated. Thanks.
Think I answered my own question. I used gmake instead of make, and things started to compile (having other errors now).