Update of /cvsroot/blob/blob
In directory usw-pr-cvs1:/tmp/cvs-serv27286
Modified Files:
configure.in
Log Message:
- added flash and download commands to the "all commands" list.
Index: configure.in
===================================================================
RCS file: /cvsroot/blob/blob/configure.in,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- configure.in 17 Apr 2002 18:38:00 -0000 1.47
+++ configure.in 23 Apr 2002 12:21:10 -0000 1.48
@@ -313,12 +313,12 @@
commands may be separated with commas;
'all' compiles all commands;
Valid commands are:
- call, chgbit, dummy, dump, md5chk, memcpy, poke, peek],
+ call, chgbit, dummy, dump, md5chk, memcpy, poke, peek, fwrite, ferase, dlfile],
blob_commands="$withval",
blob_commands="")
default_commands="reset, reboot"
-all_commands="call, chgbit, dummy, dump, md5chk, memcpy, poke, peek"
+all_commands="call, chgbit, dummy, dump, md5chk, memcpy, poke, peek, fwrite, ferase, dlfile"
if test "$blob_commands" = "all" ; then
blob_commands="$all_commands"
|