2003-06-03 Marcel Telka <marcel@telka.sk>

* Makefile.am (libbrux_a_SOURCES): Renamed cmd/detectflash.c to cmd/cmd_detectflash.c.
	* cmd/detectflash.c: Renamed this file ...
	* cmd/cmd_detectflash.c: ... to this one.

	* cmd/help.c (cmds): Removed external variable declaration.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@467 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 193dcca84e
commit 695cea2bf5

@ -1,3 +1,11 @@
2003-06-03 Marcel Telka <marcel@telka.sk>
* Makefile.am (libbrux_a_SOURCES): Renamed cmd/detectflash.c to cmd/cmd_detectflash.c.
* cmd/detectflash.c: Renamed this file ...
* cmd/cmd_detectflash.c: ... to this one.
* cmd/help.c (cmds): Removed external variable declaration.
2003-06-03 Marcel Telka <marcel@telka.sk>
* Makefile.am (libbrux_a_SOURCES): Added cmd/cmd.c, cmd/help.c, cmd/quit.c, and cmd/detectflash.c.

@ -29,7 +29,7 @@ libbrux_a_SOURCES = \
cmd/cmd.c \
cmd/help.c \
cmd/quit.c \
cmd/detectflash.c \
cmd/cmd_detectflash.c \
flash/cfi.c \
flash/detectflash.c \
flash/amd.c \

@ -29,8 +29,6 @@
#include <brux/cmd.h>
extern cmd_t *cmds[];
static int
cmd_help_run( char *params[] )
{

Loading…
Cancel
Save