Changeset 652
- Timestamp:
- 05/01/11 10:48:31 (2 years ago)
- File:
-
- 1 edited
-
trunk/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r634 r652 352 352 mv $(topdir)bin/$(VER)-a495-100d-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-a430-100d-$(BUILD_NUMBER)_ALPHA.zip 353 353 mv $(topdir)bin/$(VER)-a495-100f-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-a430-100f-$(BUILD_NUMBER)_ALPHA.zip 354 mv $(topdir)bin/$(VER)-g12-100c-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-g12-100c-$(BUILD_NUMBER)_BETA.zip355 mv $(topdir)bin/$(VER)-g12-100e-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-g12-100e-$(BUILD_NUMBER)_BETA.zip356 mv $(topdir)bin/$(VER)-sx30-100e-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-sx30-100e-$(BUILD_NUMBER)_BETA.zip357 mv $(topdir)bin/$(VER)-sx30-100h-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-sx30-100h-$(BUILD_NUMBER)_BETA.zip358 mv $(topdir)bin/$(VER)-sx30-100l-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-sx30-100l-$(BUILD_NUMBER)_BETA.zip359 354 mv $(topdir)bin/$(VER)-ixus120_sd940-101a-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus120_sd940-101a-$(BUILD_NUMBER)_BETA.zip 360 355 mv $(topdir)bin/$(VER)-ixus120_sd940-102c-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus120_sd940-102c-$(BUILD_NUMBER)_BETA.zip 361 356 mv $(topdir)bin/$(VER)-ixus120_sd940-103b-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus120_sd940-103b-$(BUILD_NUMBER)_BETA.zip 362 357 mv $(topdir)bin/$(VER)-ixus120_sd940-103c-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus120_sd940-103c-$(BUILD_NUMBER)_BETA.zip 363 mv $(topdir)bin/$(VER)-s95-100e-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-s95-100e-$(BUILD_NUMBER)_ ALPHA.zip364 mv $(topdir)bin/$(VER)-s95-100h-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-s95-100h-$(BUILD_NUMBER)_ ALPHA.zip358 mv $(topdir)bin/$(VER)-s95-100e-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-s95-100e-$(BUILD_NUMBER)_BETA.zip 359 mv $(topdir)bin/$(VER)-s95-100h-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-s95-100h-$(BUILD_NUMBER)_BETA.zip 365 360 mv $(topdir)bin/$(VER)-a580-101b-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-a580-101b-$(BUILD_NUMBER)_ALPHA.zip 366 361 @echo "**** Done Copying duplicate Firmwares" … … 600 595 mv $(topdir)bin/a495-100f-$(BUILD_NUMBER)-full.zip $(topdir)bin/a495-100f-$(BUILD_NUMBER)-full_ALPHA.zip 601 596 mv $(topdir)bin/a495-100f-$(BUILD_NUMBER).zip $(topdir)bin/a495-100f-$(BUILD_NUMBER)_ALPHA.zip 602 mv $(topdir)bin/g12-100c-$(BUILD_NUMBER)-full.zip $(topdir)bin/g12-100c-$(BUILD_NUMBER)-full_BETA.zip603 mv $(topdir)bin/g12-100c-$(BUILD_NUMBER).zip $(topdir)bin/g12-100c-$(BUILD_NUMBER)_BETA.zip604 mv $(topdir)bin/g12-100e-$(BUILD_NUMBER)-full.zip $(topdir)bin/g12-100e-$(BUILD_NUMBER)-full_BETA.zip605 mv $(topdir)bin/g12-100e-$(BUILD_NUMBER).zip $(topdir)bin/g12-100e-$(BUILD_NUMBER)_BETA.zip606 mv $(topdir)bin/sx30-100e-$(BUILD_NUMBER)-full.zip $(topdir)bin/sx30-100e-$(BUILD_NUMBER)-full_BETA.zip607 mv $(topdir)bin/sx30-100e-$(BUILD_NUMBER).zip $(topdir)bin/sx30-100e-$(BUILD_NUMBER)_BETA.zip608 mv $(topdir)bin/sx30-100h-$(BUILD_NUMBER)-full.zip $(topdir)bin/sx30-100h-$(BUILD_NUMBER)-full_BETA.zip609 mv $(topdir)bin/sx30-100h-$(BUILD_NUMBER).zip $(topdir)bin/sx30-100h-$(BUILD_NUMBER)_BETA.zip610 mv $(topdir)bin/sx30-100l-$(BUILD_NUMBER)-full.zip $(topdir)bin/sx30-100l-$(BUILD_NUMBER)-full_BETA.zip611 mv $(topdir)bin/sx30-100l-$(BUILD_NUMBER).zip $(topdir)bin/sx30-100l-$(BUILD_NUMBER)_BETA.zip612 597 mv $(topdir)bin/ixus120_sd940-101a-$(BUILD_NUMBER)-full.zip $(topdir)bin/ixus120_sd940-101a-$(BUILD_NUMBER)-full_BETA.zip 613 598 mv $(topdir)bin/ixus120_sd940-101a-$(BUILD_NUMBER).zip $(topdir)bin/ixus120_sd940-101a-$(BUILD_NUMBER)_BETA.zip … … 618 603 mv $(topdir)bin/ixus120_sd940-103c-$(BUILD_NUMBER)-full.zip $(topdir)bin/ixus120_sd940-103c-$(BUILD_NUMBER)-full_BETA.zip 619 604 mv $(topdir)bin/ixus120_sd940-103c-$(BUILD_NUMBER).zip $(topdir)bin/ixus120_sd940-103c-$(BUILD_NUMBER)_BETA.zip 620 mv $(topdir)bin/s95-100e-$(BUILD_NUMBER)-full.zip $(topdir)bin/s95-100e-$(BUILD_NUMBER)-full_ ALPHA.zip621 mv $(topdir)bin/s95-100e-$(BUILD_NUMBER).zip $(topdir)bin/s95-100e-$(BUILD_NUMBER)_ ALPHA.zip622 mv $(topdir)bin/s95-100h-$(BUILD_NUMBER)-full.zip $(topdir)bin/s95-100h-$(BUILD_NUMBER)-full_ ALPHA.zip623 mv $(topdir)bin/s95-100h-$(BUILD_NUMBER).zip $(topdir)bin/s95-100h-$(BUILD_NUMBER)_ ALPHA.zip624 mv $(topdir)bin/a580-101b-$(BUILD_NUMBER)-full.zip $(topdir)bin/a580-101b-$(BUILD_NUMBER)-full_ ALPHA.zip625 mv $(topdir)bin/a580-101b-$(BUILD_NUMBER).zip $(topdir)bin/a580-101b-$(BUILD_NUMBER)_ ALPHA.zip605 mv $(topdir)bin/s95-100e-$(BUILD_NUMBER)-full.zip $(topdir)bin/s95-100e-$(BUILD_NUMBER)-full_BETA.zip 606 mv $(topdir)bin/s95-100e-$(BUILD_NUMBER).zip $(topdir)bin/s95-100e-$(BUILD_NUMBER)_BETA.zip 607 mv $(topdir)bin/s95-100h-$(BUILD_NUMBER)-full.zip $(topdir)bin/s95-100h-$(BUILD_NUMBER)-full_BETA.zip 608 mv $(topdir)bin/s95-100h-$(BUILD_NUMBER).zip $(topdir)bin/s95-100h-$(BUILD_NUMBER)_BETA.zip 609 mv $(topdir)bin/a580-101b-$(BUILD_NUMBER)-full.zip $(topdir)bin/a580-101b-$(BUILD_NUMBER)-full_BETA.zip 610 mv $(topdir)bin/a580-101b-$(BUILD_NUMBER).zip $(topdir)bin/a580-101b-$(BUILD_NUMBER)_BETA.zip 626 611 @echo "**** Done Copying duplicate Firmwares" 627 612 @echo "**** Summary of memisosizes"
Note: See TracChangeset
for help on using the changeset viewer.