From fa7b78be9bd8af94f9282b8bf379e64edc84ddd6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 29 Apr 2007 21:50:53 +0000 Subject: Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/arm and also to adding lpc214x to arch/arm. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@194 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/tools/configure.sh | 5 ++++- nuttx/tools/zipme.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'nuttx/tools') diff --git a/nuttx/tools/configure.sh b/nuttx/tools/configure.sh index f7c519a90..104c5e749 100755 --- a/nuttx/tools/configure.sh +++ b/nuttx/tools/configure.sh @@ -50,7 +50,10 @@ fi BOARDDIR=${TOPDIR}/configs/${BOARD} if [ ! -d ${BOARDDIR} ]; then - echo "Directory ${BOARDDIR} does not exist" + echo "Directory ${BOARDDIR} does not exist. Options are:" + echo "" + echo `cd ${TOPDIR}/configs ; ls -1 | grep -v CVS | grep -v README.txt` + echo "" show_usage fi diff --git a/nuttx/tools/zipme.sh b/nuttx/tools/zipme.sh index dc2636d94..b182b3ca4 100755 --- a/nuttx/tools/zipme.sh +++ b/nuttx/tools/zipme.sh @@ -32,7 +32,7 @@ # POSSIBILITY OF SUCH DAMAGE. # -set -x +#set -x WD=`pwd` DATECODE=$1 -- cgit v1.2.3