Changeset 1903
- Timestamp:
- 06/10/12 01:57:24 (12 months ago)
- File:
-
- 1 edited
-
trunk/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1902 r1903 3 3 4 4 tmp:=$(shell echo "BUILD_SVNREV := $(DEF_SVN_REF)" > revision.inc) 5 6 # can override on command line or *buildconf.inc for custom subsets 7 CAMERA_LIST=camera_list.csv 5 8 6 9 include makefile.inc … … 205 208 206 209 batch-zip: version alltools 207 SKIP_TOOLS=1 sh tools/auto_build.sh $(MAKE) firzipsub camera_list.csv210 SKIP_TOOLS=1 sh tools/auto_build.sh $(MAKE) firzipsub $(CAMERA_LIST) 208 211 @echo "**** Summary of memisosizes" 209 212 cat $(topdir)bin/caminfo.txt … … 211 214 212 215 batch-zip-complete: version alltools 213 SKIP_TOOLS=1 sh tools/auto_build.sh $(MAKE) firzipsubcomplete camera_list.csv216 SKIP_TOOLS=1 sh tools/auto_build.sh $(MAKE) firzipsubcomplete $(CAMERA_LIST) 214 217 @echo "**** Summary of memisosizes" 215 218 cat $(topdir)bin/caminfo.txt … … 219 222 # Note this will not fail, just prints all the missing ones 220 223 batch-print-missing-dumps: 221 sh tools/auto_build.sh $(MAKE) print-missing-dump camera_list.csv224 sh tools/auto_build.sh $(MAKE) print-missing-dump $(CAMERA_LIST) 222 225 223 226 batch-clean: 224 sh tools/auto_build.sh $(MAKE) clean camera_list.csv227 sh tools/auto_build.sh $(MAKE) clean $(CAMERA_LIST)
Note: See TracChangeset
for help on using the changeset viewer.