Posted Jul 12, 2012 19:33 UTC (Thu) by mikemol (subscriber, #83507)
[Link]
Looks like I'm running GNU make 3.82-r1 on Gentoo. Which version of make are you running?
Android 4.1 in AOSP
Posted Jul 12, 2012 20:18 UTC (Thu) by jimparis (subscriber, #38647)
[Link]
It looks like the "-l LOAD" option was added to GNU Make version 3.28, which was released in 1988. So if you don't have it, you're probably not using GNU Make. :)
Android 4.1 in AOSP
Posted Jul 12, 2012 20:02 UTC (Thu) by ABCD (subscriber, #53650)
[Link]
The parameter is actually --load-average, but GNU make (like most GNU software) allows you to shorten long options so long as they remain unambiguous.
Android 4.1 in AOSP
Posted Jul 12, 2012 20:03 UTC (Thu) by mikemol (subscriber, #83507)
[Link]
Good to know. I'll be sure to use the full-length form in the future, for clarity.