Ignore:
Timestamp:
10/10/11 10:37:50 (21 months ago)
Author:
philmoz
Message:

Some more cleanup of the Makefile batch build:

  • removed some test entries from camera_list.csv
  • changed auto_build.sh to stop on build errors
  • fixed up the dummy empty recipes in the makefiles to stop gmake from recursively trying to rebuild the makefiles themselves. this speeds up the build process.
  • fixed handling or PLATFORM/PLATFORMSUB error message to that the batch targets can be specified without these; but the default target will produce an error if either is undefined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/philmoz/auto_build.sh

    r1357 r1362  
    99  if [ ${cam} != "CAMERA" ] && [ "${skip}" = "" ]; then \ 
    1010    if [ "${state}" != "" ]; then state=_${state}; fi; \ 
    11     $1 -s --no-print-directory PLATFORM=${cam} PLATFORMSUB=${fw} STATE=${state} COPY_TO=${copy} $2; \ 
     11    $1 -s --no-print-directory PLATFORM=${cam} PLATFORMSUB=${fw} STATE=${state} COPY_TO=${copy} $2 || exit 1; \ 
    1212  fi; 
    1313done < $3 
Note: See TracChangeset for help on using the changeset viewer.