|
From: oharboe at B. <oh...@ma...> - 2009-06-05 14:58:40
|
Author: oharboe
Date: 2009-06-05 14:58:39 +0200 (Fri, 05 Jun 2009)
New Revision: 2076
Modified:
zy1000/trunk/build/makephi.sh
Log:
install only data files during rom image build
Modified: zy1000/trunk/build/makephi.sh
===================================================================
--- zy1000/trunk/build/makephi.sh 2009-06-05 08:35:24 UTC (rev 2075)
+++ zy1000/trunk/build/makephi.sh 2009-06-05 12:58:39 UTC (rev 2076)
@@ -5,8 +5,8 @@
find tclconvert -regex ".*\.svn" -exec echo rm -rf {} \; | sh
#sh $OPENOCD/html2tcl.tcl tclconvert
find tclconvert/ -type f -exec $OPENOCD/html2tcl.tcl {} {} \;
-make -s
-make -s install
+make -s install-data-am
+
# copy over installed stuff
cp -r /tmp/ecosboard/ocdinstall/lib/openocd/* tclconvert/
# Create rom filing system
|