Update of /cvsroot/blob/blob
In directory usw-pr-cvs1:/tmp/cvs-serv26617
Modified Files:
configure.in
Log Message:
- removed fwrite, ferase and dlfile from the "all commands" list,
because xmodem and flash support not yet available in diag (thus
build errors when using --with-commands=all)
Index: configure.in
===================================================================
RCS file: /cvsroot/blob/blob/configure.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- configure.in 23 Apr 2002 12:36:19 -0000 1.49
+++ configure.in 23 Apr 2002 13:48:16 -0000 1.50
@@ -325,12 +325,12 @@
commands may be separated with commas;
'all' compiles all commands;
Valid commands are:
- call, chgbit, dummy, dump, md5chk, memcpy, poke, peek, fwrite, ferase, dlfile],
+ call, chgbit, dummy, dump, md5chk, memcpy, poke, peek],
blob_commands="$withval",
blob_commands="")
default_commands="reset, reboot"
-all_commands="call, chgbit, dummy, dump, md5chk, memcpy, poke, peek, fwrite, ferase, dlfile"
+all_commands="call, chgbit, dummy, dump, md5chk, memcpy, poke, peek"
if test "$blob_commands" = "all" ; then
blob_commands="$all_commands"
|