Changeset 8492

Show
Ignore:
Timestamp:
06/23/08 18:10:12
Author:
robert
Message:

Removed the hardwired -j 4, replaced wih the passing of the command line args to make

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph-TrainingMaterials/trunk/Sources/build_all.sh

    r8061 r8492  
    22  cd ${OSG_DIR} 
    33  ./configure 
    4   make -j 4 
     4  make $* 
    55 
    66echo Building VirtualPlanetBuilder 
    77  cd ${VPB_DIR} 
    88  ./configure 
    9   make -j 4 
     9  make $* 
    1010  
    1111echo Building Present3D 
    1212  cd ${P3D_DIR} 
    1313  ./configure 
    14   make -j 4 
     14  make $* 
    1515 
    1616echo Building Exercises 
    1717  cd ${EXC_DIR} 
    1818  ./configure 
    19   make -j 4 
     19  make $*