aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <adrian@lisas.de>2008-11-26 09:41:02 +0100
committerAdrian Reber <adrian@lisas.de>2008-11-26 09:41:02 +0100
commit83a9afb574795d09ee5767564f42cc271cd1705d (patch)
tree4156fcc650a22dcb9de7ed4f5a080602720013bd
parent5f91cfb1d3d42997af07a915ac5c5269cabe1e45 (diff)
downloadSLOF-slof-JX-1.7.0-5.zip
SLOF-slof-JX-1.7.0-5.tar.gz
SLOF-slof-JX-1.7.0-5.tar.bz2
board-js2x: fix release build processslof-JX-1.7.0-5
To create a relase for the PowerStation following command should be used: make -s driver BOARD=js2x CC=gcc342 The "driver" target also wanted to build the image for an external flasher. The script creating this binary is, however, not part of IBM's SLOF open source release. Therefore it has been removed from the Makefile. This change also removes the "changes.txt" from the binary release tarball.
-rw-r--r--board-js2x/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/board-js2x/Makefile b/board-js2x/Makefile
index cf17f98..a1c5891 100644
--- a/board-js2x/Makefile
+++ b/board-js2x/Makefile
@@ -66,15 +66,12 @@ takeover: all
@rm -rf ../driver-$(RELEASE)
@mkdir -p ../driver-$(RELEASE)
-.tar_gz: .driver_dirs takeover external_flasher
+.tar_gz: .driver_dirs takeover
@mv ../boot_rom.bin \
../driver-$(RELEASE)/$(RELEASE)-js2x.bin
- @mv ../boot_rom-$(FLASH_SIZE_MB)MB-BigEndian.bin \
- ../driver-$(RELEASE)/$(RELEASE)-$(FLASH_SIZE_MB)MB-BigEndian.bin
@mv $(TOPCMNDIR)/clients/takeover/takeover.elf \
../driver-$(RELEASE)/$(RELEASE)-takeover.bin
@cp ../VERSION ../driver-$(RELEASE)
- @cp changes.txt ../driver-$(RELEASE)
@cd ../driver-$(RELEASE) && md5sum * > md5sum.txt
@chmod 644 ../driver-$(RELEASE)/*
@mv ../driver-$(RELEASE) ../driver-$(RELEASE)-`date +%Y-%h%d`