truman2159 / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

ECLAIR-DSP: Parallel execution of make for dvsdk #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1. make TARGET_PRODUCT=omap3evm kernel -j16
2. In first terminal launch:
     make TARGET_PRODUCT=omap3evm dvsdk -j16
   In second terminal launch:
     top

Expected output:
During the second step, when compiling of dvsdk will start, you should see in 
"top" more then one process involved in the building of your system.

Real output:
In "top" there is only one process pertinent to the building.

Original issue reported on code.google.com by yegor.ye...@gmail.com on 20 Oct 2010 at 1:50

GoogleCodeExporter commented 9 years ago
The patch is in

Original comment by batare...@gmail.com on 26 Oct 2010 at 12:29