Changeset 1481 for branches/reyalp-flt/Makefile
- Timestamp:
- 12/12/11 17:19:43 (18 months ago)
- File:
-
- 1 edited
-
branches/reyalp-flt/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-flt/Makefile
r1467 r1481 42 42 mv $(topdir)bin/main.bin $(topdir)bin/DISKBOOT.BIN 43 43 endif 44 rm -f $(topdir)CHDK/MODULES/* 45 cp $(topdir)core/modules/*.flt $(topdir)CHDK/MODULES 44 46 @echo "**** Firmware creation completed successfully" 45 47 … … 81 83 endif 82 84 endif 83 rm -f $(topdir)CHDK/MODULES/*84 cp $(topdir)core/modules/*.flt $(topdir)CHDK/MODULES85 85 zip -9 $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)$(STATE).zip $(topdir)CHDK/MODULES/* 86 86 # if COPY_TO is defined then copy this camera/firmware version to the copied firmware version … … 96 96 endif 97 97 rm -f $(topdir)bin/DISKBOOT.BIN 98 rm -f $(topdir)CHDK/MODULES/*99 rm -f $(topdir)core/modules/*.flt100 98 101 99 … … 133 131 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full$(STATE).zip $(topdir)doc/readme.txt > $(DEVNULL) 134 132 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)$(STATE).zip $(topdir)doc/readme.txt > $(DEVNULL) 135 rm -f $(topdir)CHDK/MODULES/*136 cp $(topdir)core/modules/*.flt $(topdir)CHDK/MODULES137 133 zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full$(STATE).zip $(topdir)CHDK/MODULES/* > $(DEVNULL) 138 134 zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)$(STATE).zip $(topdir)CHDK/MODULES/* > $(DEVNULL) 139 rm -f $(topdir)CHDK/MODULES/*140 rm -f $(topdir)core/modules/*.flt141 135 142 136 ifdef PLATFORMOS
Note: See TracChangeset
for help on using the changeset viewer.