Changeset 1898


Ignore:
Timestamp:
06/04/12 00:23:17 (12 months ago)
Author:
reyalp
Message:

add make target to list missing PRIMARY.BIN files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1855 r1898  
    178178        rm -f $(topdir)bin/DISKBOOT.BIN 
    179179 
     180print-missing-dump: 
     181        if [ ! -f $(PRIMARY_ROOT)/$(PLATFORM)/sub/$(PLATFORMSUB)/PRIMARY.BIN ] ; then \ 
     182                echo "missing primary for $(PLATFORM) $(PLATFORMSUB)" ; \ 
     183        fi 
     184 
     185 
    180186# define targets to batch build all cameras & firmware versions 
    181187# list of cameras/firmware versions is in 'camera_list.csv' 
     
    200206        rm -f $(topdir)bin/caminfo.txt   > $(DEVNULL) 
    201207 
     208# make sure each enabled firmware/sub has a PRIMARY.BIN 
     209# Note this will not fail, just prints all the missing ones 
     210batch-print-missing-dumps: 
     211        sh tools/auto_build.sh $(MAKE) print-missing-dump camera_list.csv 
     212 
    202213batch-clean: 
    203214        sh tools/auto_build.sh $(MAKE) clean camera_list.csv 
Note: See TracChangeset for help on using the changeset viewer.