Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 To generate this file run: | |
|
mtklein
2015/10/28 21:12:15
Which file does this generate? Surely not the REA
joshualitt
2015/10/29 13:51:39
Acknowledged.
| |
| 2 1) ../configure | |
| 3 2) make -j32 | |
| 4 3) if you save the awk output, then you can get a list of files required for | |
| 5 the build with this awk one liner: | |
| 6 awk '$1 == "/bin/sh" && $2 == "./libtool" && $3 == "--mode=compile" \ | |
| 7 {pathname=$(NF - 2); n=split(pathname,a,/\//); print a[n]}' | |
| OLD | NEW |