[ELDK] [PATCH 3/3] A script to invoke a partial build after ELDK_BUILD failure.

Phil Terry pterry at vmetro.com
Tue Apr 22 00:57:08 CEST 2008


From: Phil Terry <pterry at micromemory.com>

This script is a simple example of how to re-invoke ELDK_BUILD after a failure
to tryout a fix.
	mybuild trg 33

if target build step 33 failed previously for example. This script has
hardcoded paths for my setup its just an example, edit to taste.
---
 mybuild |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100755 mybuild

diff --git a/mybuild b/mybuild
new file mode 100755
index 0000000..e9a0266
--- /dev/null
+++ b/mybuild
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+ELDK_PREFIX=/home/phil/eldk.git MAKEINFO=makeinfo PATH=/home/phil/eldk/bin:$PATH \
+TARGET_CPU_FAMILY_LIST="74xx" \
+DEV_BUILD=$1 \
+DEV_BUILD_STEP=$2 \
+./ELDK_BUILD -n vmetro-eldk
-- 
1.5.4




More information about the eldk mailing list