Changeset 1898
- Timestamp:
- 06/04/12 00:23:17 (12 months ago)
- File:
-
- 1 edited
-
trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1855 r1898 178 178 rm -f $(topdir)bin/DISKBOOT.BIN 179 179 180 print-missing-dump: 181 if [ ! -f $(PRIMARY_ROOT)/$(PLATFORM)/sub/$(PLATFORMSUB)/PRIMARY.BIN ] ; then \ 182 echo "missing primary for $(PLATFORM) $(PLATFORMSUB)" ; \ 183 fi 184 185 180 186 # define targets to batch build all cameras & firmware versions 181 187 # list of cameras/firmware versions is in 'camera_list.csv' … … 200 206 rm -f $(topdir)bin/caminfo.txt > $(DEVNULL) 201 207 208 # make sure each enabled firmware/sub has a PRIMARY.BIN 209 # Note this will not fail, just prints all the missing ones 210 batch-print-missing-dumps: 211 sh tools/auto_build.sh $(MAKE) print-missing-dump camera_list.csv 212 202 213 batch-clean: 203 214 sh tools/auto_build.sh $(MAKE) clean camera_list.csv
Note: See TracChangeset
for help on using the changeset viewer.